Questions tagged [r-commander]

R Commander is a platform-independent basic-statistics GUI for R, based on the `tcltk` package.

R Commander is a platform-independent basic-statistics GUI for R, which is provided in the CRAN package Rcmdr. R Commander is based on the tcltk package.

The Rcmdr program enables analysts to access a selection of commonly-used R commands using a simple interface that should be familiar to most computer users. It also serves the important role of helping users to implement R commands and develop their knowledge and expertise in using the command line.

enter image description here

Resources:

36 questions
10
votes
3 answers

R - 'princomp' can only be used with more units than variables

I am using R software (R commander) to cluster my data. I have a smaller subset of my data containing 200 rows and about 800 columns. I am getting the following error when trying kmeans cluster and plot on a graph. "'princomp' can only be used with…
CoolSteve
  • 261
  • 1
  • 4
  • 11
8
votes
3 answers

Rcmdr launch error in Yosemite (OS X 10.10)

After upgrading to OS X 10.10 Yosemite I started to receive the following error log when running my Rcmdr package in R using library(Rcmdr): Error : .onLoad failed in loadNamespace() for 'tcltk', details: call: dyn.load(file, DLLpath = DLLpath,…
astafan8
  • 143
  • 2
  • 7
4
votes
1 answer

R commander not openning in Mac due to error in structure

I have installed the new version of R along with the new version of XQuartz. After that, I have restarted my computer. I am not being able to open R commander, the following message comes up: When loading the Rcmdr package, the following alert…
3
votes
1 answer

R Commander log window height

Where and how do I permanently change my option settings in R commander? Specifically, I want to change the log window height and the output window height?
Kaleb
  • 1,022
  • 1
  • 15
  • 26
3
votes
1 answer

Rcmdr error when loading in OSX Yosemite

I'm trying do load Rcmdr and keep getting an error message. I'm using Rstudio Version 0.98.1091 on a OSX Yosemite operating system. I have done the following: install.packages("Rcmdr") trying…
E.D.
  • 31
  • 1
  • 4
3
votes
1 answer

Rcmdr Error : .onLoad failed in loadNamespace() for 'tcltk'

I have no idea what I'm doing but I need to use R and Rcmdr for my statistics class. I am running OS X 10.7.5, using 3.1.2 for R. I have downloaded R. install.packages("Rcmdr") Picked a mirror, downloaded all packages. I then typed…
Clement
  • 31
  • 2
2
votes
0 answers

Contingency table error

I'm tryin to make a contingency table on R using the Melanoma data set from MASS package using Rcmdr. local({ .Table <- xtabs(~sex+status+ulcer, data=Melanoma) cat("\nFrequency table:\n") print(.Table) }) Every time i try to make a…
Giuseppe Minardi
  • 411
  • 4
  • 16
2
votes
0 answers

R commander, selecting statistic summary

[![R commander table of statistics][1]][1] Hello, Is there any solution of how I choose all 'mean', 'median', 'SD', etc in statistics? Otherwise I will have to run all of them individually which is a pain. In R commander, go to >statistics >…
K IR
  • 11
  • 2
2
votes
0 answers

Rcmdr BiodiversityR GUI Crash on Mac OSX

Running Fully updated: MACOSX 10.10.4 , R 3.2.1 World Famous Astronaut , R commander 2.1.7 , X11 2.7.7, Java 8, Biodiversity R 2.5.2 When i run script/data/commands that I know should work in Biodiversity R, I can run analysis, but when i try to…
E.L.
  • 21
  • 4
2
votes
1 answer

Error closing R commander when package rgl is loaded

library(ca) # Loading required package: rgl library(Rcmdr) # R Commander starts # When trying to close R Commander window Error in unloadNamespace("rgl") : name space 'rgl' is still used by: 'ca' What is the suggested way to close R Commander in…
gd047
  • 29,749
  • 18
  • 107
  • 146
2
votes
2 answers

Use ggplot2 in RCommander

Is it possible to tune RCommander to obtain similar graphs as obtained by using ggplot2? Does RCommander use some plotting package like ggplot2 to plot the graph? I could script in RCommander to use ggplot2 but the whole point behind using…
user2329401
2
votes
0 answers

Error The instruction at "0x00000001" referenced memory at "0x00000001" when using box cox transformation in BiodiversityR package

I am trying to use the BiodiversityR package in Rcommander since I need to box-cox transform some data. However, even when trying with the example files, I get this error just after selecting the box cox transformation in the Menu, and Rcommander…
2
votes
1 answer

T-test for grouped data in R commander

I've the following data format Entity Measure1 Measure2 A1 1.5 1.4 A1 1.9 1.7 A1 1.8 1.5 B1 2.7 2.5 B1 3.0 2.9 B1 3.1 2.7 B1 2.8 2.9 C1 1.7 1.5 C1 1.7 1.8 ... I wish…
WoA
  • 173
  • 2
  • 2
  • 12
1
vote
0 answers

R-Commander, Rcmdr package - Can't load Data from existing environemnt + getting Q dialog boxes that won't close

I am relatively new to the data world and R, I had been trying to use Rcpdr package - Commander. I have some basic questions. I am using R 4.3.1, and I am running Windows 11. I recently installed the Rcmdr package to try out commander GUI tool for…
1
vote
1 answer

R Commander has outliers that are not in dataset

I have created a boxplot in R Commander, and it generates with a few outliers that are not in the dataset. The highest number in the dataset is 20.5 yet it says it has outliers that as high as 572. Where are these outliers coming from? I know I can…
1
2 3