[R] princomp
Martin Maechler
maechler at stat.math.ethz.ch
Tue Sep 21 10:09:10 CEST 1999
>>>>> On Mon, 20 Sep 1999 12:07, "Moritz Lennert" <mlennert at ulb.ac.be> said:
Moritz> I downloaded R-base-0.64.1-1 for Linux and for Windows and in
Moritz> both I cannot find princomp. When I type
Moritz> library(help=mva), princomp is not listed. Where can I find it?
library(help= <anypackage>)
doesn't actually list ALL functions in package <anypackage>.
It only lists the supposedly important ones
(that the package maintainers have put in the INDEX file).
However, you are right, "princomp" should be on that list (same as biplot),
and it will be in the next version.
If you look at the output of
library(help = mva)
the last of only six lines is
prcomp Principal Components Analysis
and from
library(mva)
?prcomp
you see that there's both prcomp() and princomp()...
In short
library(mva)
?princomp
`has it all'
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list