Hi,
I am a new user in R.
I wanted to study the code for some R commands.
For example, as I was studying PCA analysis there is a command in R, as
"princomp". Normally if we type the command we get the code behind the
function, but I am not able to get for this one.
*> princomp
function (x, ...)
UseMethod("princomp")
<environment: namespace:stats*
It would be helpful if someone could throw light on this.
Regards
Vikram
[[alternative HTML version deleted]]
______________________________________________
[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.