loadings {umx} | R Documentation |
loadings Generic loadings function to extract factor loadings from exploratory or confirmatory factor analyses.
Description
See loadings.MxModel
to access the loadings of OpenMx EFA models.
Usage
loadings(x, ...)
Arguments
x |
an object from which to get loadings |
... |
additional parameters |
Details
Base loadings
handles factanal()
objects.
Value
matrix of loadings
References
See Also
Other Reporting functions:
RMSEA.MxModel()
,
RMSEA.summary.mxmodel()
,
RMSEA()
,
extractAIC.MxModel()
,
loadings.MxModel()
,
residuals.MxModel()
,
tmx_show.MxMatrix()
,
tmx_show()
,
umxCI_boot()
,
umxCI()
,
umxConfint()
,
umxExpCov()
,
umxExpMeans()
,
umxFitIndices()
,
umxRotate()
[Package umx version 4.20.0 Index]