Re: [R] Principle component analysis function

2008-03-06 Thread Paul Hiemstra
phthao05 wrote: > Dear All, > In a package, I want to use PCA function. The structure I used follow this > page: http://www.statmethods.net/advstats/factor.html. >fit<-principle(mydata, nfactors=9, rotation=TRUE) >or: >result<-PCA(mydata) > > But I don't known why R languag

Re: [R] Principle component analysis function

2008-03-06 Thread Jim Lemon
phthao05 wrote: > Dear All, > In a package, I want to use PCA function. The structure I used follow this > page: http://www.statmethods.net/advstats/factor.html. >fit<-principle(mydata, nfactors=9, rotation=TRUE) >or: >result<-PCA(mydata) > > But I don't known why R languag

[R] Principle component analysis function

2008-03-06 Thread phthao05
Dear All, In a package, I want to use PCA function. The structure I used follow this page: http://www.statmethods.net/advstats/factor.html. fit<-principle(mydata, nfactors=9, rotation=TRUE) or: result<-PCA(mydata) But I don't known why R language in my computer noticed: "not