Description Usage Arguments References
This function fits an exploratory factor analysis model using expectation maximization using the method of Bai & Li (2012) to estimate the maximum likelihood solution.
1 2 3 4 5 6 7 8 |
Y |
a numeric matrix or data frame of only numeric variables. |
nfac |
the number of factors to extract. |
rotate |
a rotation function from the GPArotation package. Defaults to Varimax. |
scale |
should the variables be scaled prior to analysis? Defaults to TRUE. |
max.iter |
maximum number of iterations. defaults to 4000. |
tol |
a tolerance value for convergence. defaults to 1e-10. |
Bai, J. and Li, K. (2012). Statistical analysis of factor models of high dimension. The Annals of Statistics 40, 436-465.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.