Skip to content
Prev 75573 / 398502 Next

PCA problem in R

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