Skip to content
Prev 281003 / 398506 Next

Help with PCA

Hi,
On Wed, Dec 28, 2011 at 7:54 AM, elisacarli21 <elisacarli21 at gmail.com> wrote:
read.table, with the appropriate options. You can see what they are
by typing
?read.table
at an R prompt.
Best for what?

I'd start with
?princomp
and if that doesn't meet your needs go looking farther.
www.rseek.org is good for finding R functions for particular purposes.

But if you're starting with the correlation matrix rather than the raw
data, you might need to do the eigenanalysis yourself rather than
relying on an existing function that assumes raw data.

Sarah