how to get coefficient and scores of Principal component analysis in R?
Hello
On Fri, Jan 28, 2011 at 8:16 PM, Zunqiu Chen <chener at ohsu.edu> wrote:
It might be a simple question. But I could not find the answer from function ?prcomp? or ?princomp?. Does anyone know what are the codes to get coefficient and scores of Principal component analysis in R?
Try these: https://stat.ethz.ch/pipermail/r-help/2010-November/261719.html http://www.statmethods.net/advstats/factor.html http://www.unt.edu/rss/class/Jon/R_SC/Module7/M7_PCAandFA.R http://stats.stackexchange.com/questions/612/is-psychprincipal-function-still-pca-when-using-rotation http://zoonek2.free.fr/UNIX/48_R/05.html#1 Liviu