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
1
vote
1 answer

Finding confidence interval for the second level of a categorical variable in R commander

I am going to determine the confidence interval for the proportion based on dataset "CES11" dataset which is included in R. The variable that I have used for the test is Abortion and the values are "No" and "Yes". I want to find the confidence…
1
vote
1 answer

Error: package ‘car’ could not be loaded. [Rcmdr]

i try install R Commander from RGui. i install Rcmdr package so: Packages -> install packages. When i Write: Library(Rcmdr) R show this error: How i can Solve this error? Thanks for the help.
Reco Jhonatan
  • 1,503
  • 4
  • 23
  • 35
1
vote
1 answer

Can I start an Rcmdr session from a unix shell?

I want to launch Rcmdr as a command from bash (or any unix shell), perhaps as an alias. R accepts the CMD argument and I could also pipe a script in with <. I would like the R console to stay open, and an interactive RCommander session to be started…
Warren P
  • 65,725
  • 40
  • 181
  • 316
1
vote
1 answer

R (R commander) - Sample

I'm struggling with sample function How can I sample 50 samples from dataset variable? In my dataset, there are 82 variables and I dunno how to sample from just one variable...;; I just wanna sample(randomly, without replacement) 50 samples from a…
Lain Kim
  • 13
  • 2
1
vote
1 answer

How to fix this R error (when installing package Rcmdr)?

Does anyone know how to fix this Rcmdr error? Rcmdr is a package in R that enables you to do statistical analysis in R without actually knowing how to code in R. I think this is from a MAC computer. I'm trying to help a student fix this over email,…
193381
  • 121
  • 4
0
votes
0 answers

R Commander: buttons in dialogue windows not visible anymore

Using R Commander sometimes ends up with a strange behaviour with missing/not visible buttons to confirm/escape analysis settings to proceed. However up to now I found no relevant explanation why the R Commander interface dialogue behaves like this.…
thomas
  • 1
  • 1
0
votes
0 answers

Im getting the errors: "y values ​must be 0 <= y <= 1", "object 'GLM.1' not found" and "The model/ Templates are no longer available"

So, I have a binomial variable (S and N) and the Generalized linear model on Rcommander isnt working. Attached is a picture of the rcommander window. It is in portuguese, but the logic is the same: the 1st variable added under "splines" (on the…
0
votes
0 answers

Rcmdr problems with loading packages

i'm having problems with the download of R commander on my Mac (Ventura 13.0.1) R is in its latest version 4.2.2 the problem is with the package RcmdrMisc, i have already tried to download the single package typing install.packages("RcmdrMisc") but…
0
votes
1 answer

Exporting a multigraph from ggplot to powerpoint with officer

somehow I am not able to properly export a plot containing three subplots into my PowerPoint with the officer package. I will most an MWE with the same but different data that produces the plot that I want to…
Leo96
  • 489
  • 3
  • 12
0
votes
1 answer

R commander on MAC does not start in R v.4.0.3

After updating my Os to BigSur 11.2 my R commander does not start at all. In R window, after typing library(Rcmdr) R freezes with this screen. I have my XQuartz updated to 2.7.11, Rcmdr is the latest.freezes either on loading package sandwitch... or…
0
votes
0 answers

Problem in selection Dataset in R commander

Trying to select active Dataset in R commander it doesn't do this command in R console giving an error: Error in get(dsname, envir = .GlobalEnv) : invalid first argument Error in structure(.External(.C_dotTcl, ...), class = "tclObj") : [tcl] bad…
0
votes
1 answer

Boxplot overlaping text and dots

I have this code exported from Rdata load(...) ViajesCCAA <- subset(ViajesCCAA, subset=CCAA.DESTINO=="SOMETHING") library(relimp, pos=4) showData(ViajesCCAA, placement='-20+200', font=getRcmdr('logFont'), maxwidth=80,…
0
votes
1 answer

R Commander import Excel file

Am using R Commander and trying to import a data set in Excel on a pc running Windows. Commands: Data > Import Data > from Excel file. When I do so I get the following R error message: Loading required package: splines Loading required package:…
user36830
  • 1
  • 1
0
votes
0 answers

R commander installation on OS X 10.6

I'm a beginner in R. I installed R (3.2.1) and Rstudio on my Mac OS X 10.6. I am trying to install the R commander package, which seems to be quite a common package. Default repo to look for is CRAN. install.packages('Rcmdr') package 'Rcmdr' is…
Marc Olm
  • 1
  • 1
0
votes
0 answers

Rcmdr package in R cannot open

I cannot open the Rcmdr package, some output like this popped up: Loading required package: splines Loading required package: RcmdrMisc Loading required package: car Loading required package: sandwich Error: package or namespace load failed for…