Description Usage Arguments References See Also
View source: R/factor_functions.R
Factor analysis via EM algorithm to maximize likelihood
1 | fa.em(Y, r, tol = 1e-06, maxiter = 1000)
|
Y |
data matrix, a n*p matrix |
r |
number of factors |
tol |
a tolerance scale of change of log-likelihood for convergence in the EM iterations |
maxiter |
maximum iterations |
Bai, J. and Li, K. (2012). Statistical analysis of factor models of high dimension. The Annals of Statistics 40, 436-465.
factor.analysis
for the main function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.