Dear Ronggui,

The Commander() function is called in the Rcmdr .onAttach() function, so
library(Rcmdr) automatically starts up the GUI. You could use
Rcmdr:::reliability(S), where S is the covariance matrix among the items,
without libraryI(Rcmdr). Perhaps somewhat better would be to make a copy of
the function in the global environment via reliability <-
Rcmdr:::reliability.

I hope this helps,
 John

--------------------------------
John Fox
Department of Sociology
McMaster University
Hamilton, Ontario
Canada L8S 4M4
905-525-9140x23604
http://socserv.mcmaster.ca/jfox 
-------------------------------- 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of ronggui
> Sent: Friday, December 15, 2006 2:54 AM
> To: R-Help
> Subject: [R] How to load Rcmd without Commander() ?
> 
> I would like to use the reliability() function in Rcmdr 
> package, but not the GUI, so I would to load Rcmd without 
> Commander() running automatically.
> 
> Is there any easy way to get it? Thanks.
> 
> 
> --
> Ronggui Huang
> Department of Sociology
> Fudan University, Shanghai, China
> 黄荣贵
> 复旦大学社会学系
> 
>

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to