Extract factor loadings from an EFA (factor analysis).
loadings extracts the factor loadings from an EFA (factor analysis) model. It behaves equivalently to stats::loadings, returning the loadings from an EFA (factor analysis). However it does not store the rotation matrix.
## S3 method for class 'MxModel' loadings(x, ...)
x |
A RAM model from which to get loadings. |
... |
Other parameters (currently unused) |
loadings matrix
Other Miscellaneous Functions:
deg2rad()
,
fin_NI()
,
fin_interest()
,
fin_percent()
,
fin_valuation()
,
rad2deg()
,
umxBrownie()
myVars = c("mpg", "disp", "hp", "wt", "qsec") m1 = umxEFA(name = "test", factors = 2, data = mtcars[, myVars]) loadings(m1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.