umxExpMeans | R Documentation |
mxModel()
Extract the expected means matrix from an mxModel()
umxExpMeans(model, manifests = TRUE, latents = NULL, digits = NULL)
model |
an |
manifests |
Whether to select the manifest variables (defaults to TRUE) |
latents |
Whether to select the latent variables (defaults to TRUE) |
digits |
precision of reporting. Default (NULL) will not round at all. |
expected means
Other Reporting functions:
RMSEA.MxModel()
,
RMSEA.summary.mxmodel()
,
RMSEA()
,
extractAIC.MxModel()
,
loadings.MxModel()
,
loadings()
,
residuals.MxModel()
,
tmx_show.MxMatrix()
,
tmx_show()
,
umxCI_boot()
,
umxCI()
,
umxConfint()
,
umxExpCov()
,
umxFitIndices()
,
umxRotate()
## Not run:
require(umx)
data(demoOneFactor)
manifests = names(demoOneFactor)
m1 = umxRAM("One Factor", data = demoOneFactor,
umxPath("G", to = manifests),
umxPath(v.m. = manifests),
umxPath(v1m0 = "G")
)
umxExpMeans(m1)
umxExpMeans(m1, digits = 3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.