On Sat, 2005-01-22 at 17:31 -0500, Jérôme Lemaître wrote:
> Hey folks,
> 
> I have an environmental dataset on which I conducted a PCA (prcomp) and I
> need the scores of this PCA for each site (=each row) to conduct further
> analyses.
> 
> Can you please help me with that?
> 
Did you try help(prcomp) ?

It says that prcomp (may) return an item called 'x':

x: if 'retx' is true the value of the rotated data (the centred
          (and scaled if requested) data multiplied by the 'rotation'
          matrix) is returned.

[non-matching parentheses in the original help file]

So this is what you asked for.

cheers, jari oksanen

-- 
Jari Oksanen <[EMAIL PROTECTED]>

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to