Skip to content
Back to formatted view

Raw Message

Message-ID: <AANLkTim8_dAr0QEeFraCHk=DCyKjQLp8a_+MpdxVEZVj@mail.gmail.com>
Date: 2011-01-28T19:45:26Z
From: Liviu Andronic
Subject: how to get coefficient and scores of Principal component analysis in R?
In-Reply-To: <AD482C282436254DB0ED22BA4B2E7DA1013152CC3C@EX-MB07.ohsu.edu>

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