fsOrder | R Documentation |
Compute the ordered factor scores according to the first/second/third... column of the original factor scores.
fsOrder(factorScores)
factorScores |
The original factor scores. |
A list with m
(the number of factors) components:
[[1]] |
The ordered factor scores with a decreasing first column. |
[[2]] |
The ordered factor scores with a decreasing second column. |
... |
|
[[m]] |
The ordered factor scores with a decreasing m-th column. |
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y. (2013), An Object Oriented Solution for Robust Factor Analysis.
order
data(stock611)
R611=cor(stock611[,3:12]); R611
## FS.pca contains scores etc.
fsPca=factorScorePca(x = stock611[,3:12], factors = 2, cor = TRUE,
rotation = "varimax", scoresMethod = "regression"); fsPca
orderedFS=fsOrder(fsPca$scores); orderedFS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.