| loadings.MxModel | R Documentation |
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
factanal(), loadings()
Other Reporting functions:
RMSEA.MxModel(),
RMSEA.summary.mxmodel(),
RMSEA(),
extractAIC.MxModel(),
loadings(),
residuals.MxModel(),
tmx_show.MxMatrix(),
tmx_show(),
umxCI_boot(),
umxCI(),
umxConfint(),
umxExpCov(),
umxExpMeans(),
umxFitIndices(),
umxRotate()
## Not run:
myVars = c("mpg", "disp", "hp", "wt", "qsec")
m1 = umxEFA(name = "test", factors = 2, data = mtcars[, myVars])
loadings(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.