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
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
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
3 matches
Mail list logo