Skip to content

R Commander - how to disable the alphabetical sorting of variable names?

2 messages · Iurie Malai, John Fox

#
I try to disable alphabetical sorting of the variable names but I fail, R
Commander does not store any changes made in the  "Commander Options" menu /
window. I tried to insert "options(sort.names = FALSE)" in Rprofile.site and
.Rprofile config files but without success. Does anyone know the solution?
#
Dear Iurie Malai,

How Rcmdr options are set is described in ?Commander, which is also
accessible via the R Commander menus, "Help -> Commander help". You need

  options(Rcmdr=list(sort.names=FALSE))

which you can put in Rprofile.site.

Best,
 John

--------------------------------
John Fox
Senator William McMaster 
  Professor of Social Statistics
Department of Sociology
McMaster University
Hamilton, Ontario, Canada
web: socserv.mcmaster.ca/jfox
On
/
and
http://r.789695.n4.nabble.com/R-Commander-how-
to-disable-the-alphabetical-sorting-of-variable-names-tp3175426p3175426.html
http://www.R-project.org/posting-guide.html