Calculate the PCA rotation matrix The implementation is based on stats::prcomp. Assumes the data has already been centered and scaled (if that is desired).
Source:R/data.R
simple_pca.Rd
Calculate the PCA rotation matrix The implementation is based on stats::prcomp. Assumes the data has already been centered and scaled (if that is desired).