lege Station, TX 77840-4352
-Original Message-
From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Sarah
Stinson
Sent: Wednesday, September 21, 2016 10:25 AM
To: r-help@r-project.org
Subject: Re: [R] Help with PCA data file prep and R code
Hello DRUGs,
I'm new to R and w
f Anthropology
Texas A&M University
College Station, TX 77840-4352
-Original Message-
From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Sarah Stinson
Sent: Wednesday, September 21, 2016 10:25 AM
To: r-help@r-project.org
Subject: Re: [R] Help with PCA data file prep and R cod
Hello DRUGs,
I'm new to R and would appreciate some expert advice on prepping files for,
and running, PCA...
My data set consists of aquatic invertebrate and zooplankton count data and
physicochemical measurements from an ecotoxicology study. Four chemical
treatments were applied to mesocosm tanks
m: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Sarah Stinson
Sent: Wednesday, September 21, 2016 12:28 AM
To: r-help@r-project.org
Subject: [R] Help with PCA data file prep and R code
Hello DRUGs,
I'm new to R and would appreciate some expert advice on prepping files for,
and run
Hello DRUGs,
I'm new to R and would appreciate some expert advice on prepping files for,
and running, PCA...
My data set consists of aquatic invertebrate and zooplankton count data and
physicochemical measurements from an ecotoxicology study. Four chemical
treatments were applied to mesocosm tanks
half Of David Winsemius
> Sent: Saturday, March 16, 2013 1:33 PM
> To: john d
> Cc: r-help@r-project.org
> Subject: Re: [R] help with PCA
>
>
> On Mar 16, 2013, at 8:49 AM, john d wrote:
>
> > Dear all,
> >
> > If I do a PCA like this:
> >
>
On Mar 16, 2013, at 8:49 AM, john d wrote:
> Dear all,
>
> If I do a PCA like this:
>
> dat<-matrix(rnorm(30),ncol=3)
> res<-prcomp(dat)
>
> Now, imagine that I got new data that I want to project onto the
> original PC axes. How do I do that?
You can either read the help page or for worked e
Dear all,
If I do a PCA like this:
dat<-matrix(rnorm(30),ncol=3)
res<-prcomp(dat)
Now, imagine that I got new data that I want to project onto the
original PC axes. How do I do that?
Thanks!
John
__
R-help@r-project.org mailing list
https://stat.eth
Sarah and elisacarli21
principal in the psych package will do principal components of a correlation or
covariance matrix.
ex:
library(psych)
principal(Thurstone,3,rotate="none") #First three principal components of the
Thurstone correlation matrix
#compare with eigen
e <- eigen(Thurstone)
Hi,
On Wed, Dec 28, 2011 at 7:54 AM, elisacarli21 wrote:
> Dear all,
>
> I've a correlation matrix with rows and columns headings.
> I've two questions:
>
> 1) How can i import it in R, setting first row as row heading and first
> column as column heading?
read.table, with the appropriate optio
Dear all,
I've a correlation matrix with rows and columns headings.
I've two questions:
1) How can i import it in R, setting first row as row heading and first
column as column heading?
2) Which is the best principal component anlysis package in R?
Thanks in advance
--
View this message in con
11 matches
Mail list logo