Wendy Fc Treynor
2001-Sep-21 20:10 UTC
[R] Request for Help: Rotation of PCA Solution or Eigenvectors
Dear R Helper, I am writing because I seek to perform a varimax rotation on my Principal Components Analysis (PCA) solution. (I have been performing PCA's using the eigen command in R.) If you can tell me how to perform this rotation when I use the eigen command (or the princomp command) I would be thrilled. Thanks so much! Wendy Treynor Ann Arbor, MI USA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Jonathan Baron
2001-Sep-21 21:48 UTC
[R] Request for Help: Rotation of PCA Solution or Eigenvectors
>I am writing because I seek to perform a varimax rotation >on my Principal Components Analysis (PCA) solution. (I have been >performing PCA's using the eigen command in R.) If you can tell me >how to perform this rotation when I use the eigen command (or the >princomp command) I would be thrilled.You must have the mva package if you are doing principle components. Look at the help for it. You will see "varimax" as one of the topics, and "factanal" as another. I think that is what is available. I don't think you can do varimax rotation on principal components (unless you write it yourself, assuming that it is meaningful). Jon Baron -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._