RMSEA function for MxModels
Compute the confidence interval on RMSEA and print it out.
note: If your goal is to extract the RMSEA from a model, use RMSEA(m1)$RMSEA
## S3 method for class 'summary.mxmodel' RMSEA(x, ci.lower = 0.05, ci.upper = 0.95, digits = 3)
x |
an |
ci.lower |
the lower CI to compute |
ci.upper |
the upper CI to compute |
digits |
digits to show (defaults to 3) |
object containing the RMSEA and lower and upper bounds
Other Reporting functions:
RMSEA.MxModel()
,
RMSEA()
,
extractAIC.MxModel()
,
loadings()
,
residuals.MxModel()
,
tmx_show.MxMatrix()
,
tmx_show()
,
umxCI_boot()
,
umxCI()
,
umxConfint()
,
umxExpCov()
,
umxExpMeans()
,
umxFitIndices()
,
umxRotate()
## Not run: require(umx) data(demoOneFactor) manifests = names(demoOneFactor) m1 = umxRAM("One Factor", data = demoOneFactor[1:100,], type = "cov", umxPath("G", to = manifests), umxPath(var = manifests), umxPath(var = "G", fixedAt = 1.0) ) tmp = summary(m1) RMSEA(tmp) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.