RMSEA {umx} | R Documentation |
Generic RMSEA function
Description
See RMSEA.MxModel()
to access the RMSEA of MxModels
Usage
RMSEA(x, ci.lower, ci.upper, digits)
Arguments
x |
an object from which to get the RMSEA |
ci.lower |
the lower CI to compute |
ci.upper |
the upper CI to compute |
digits |
digits to show |
Value
RMSEA object containing value (and perhaps a CI)
See Also
Other Reporting functions:
RMSEA.MxModel()
,
RMSEA.summary.mxmodel()
,
extractAIC.MxModel()
,
loadings.MxModel()
,
loadings()
,
residuals.MxModel()
,
tmx_show.MxMatrix()
,
tmx_show()
,
umxCI_boot()
,
umxCI()
,
umxConfint()
,
umxExpCov()
,
umxExpMeans()
,
umxFitIndices()
,
umxRotate()
[Package umx version 4.20.0 Index]