Skip to content

PCA problem in R

1 message · Liaw, Andy

#
It is usually a good idea to consult the help page before speculating.
?prcomp has, in its `Detail' section:

The calculation is done by a singular value decomposition of the (centered
and possibly scaled) data matrix, not by using eigen on the covariance
matrix. This is generally the preferred method for numerical accuracy. 

Andy