This function performs factor analysis
RunFactorAnalysis(x, cor.matrix = FALSE, n.factors = 0, max.iter = 50, criterion = 0.01)
The data or correlation matrix
Whether x is a correlation matrix. The default is FALSE.
The number of factors to use. The default value is 0.
The maximum number of iterations. The default value is 50.
Acceptably small change in h2 between interations. The default value is .01.
List of factor loadings and number of factors
The factor loadings
The number of factors
Called by higher-order functions; users do not need to call this function directly.