omxAugmentDataWithWLSSummary | R Documentation |
The summary statistics are returned in the observedStats slot of the MxData object.
omxAugmentDataWithWLSSummary(
mxd,
type = c("WLS", "DWLS", "ULS"),
allContinuousMethod = c("cumulants", "marginals"),
...,
exogenous = c(),
fullWeight = TRUE,
returnModel = FALSE,
silent = TRUE
)
mxd |
an MxData object containing raw data |
type |
the type of WLS weight matrix |
allContinuousMethod |
which method to use when all indicators are continuous |
... |
Not used. Forces remaining arguments to be specified by name. |
exogenous |
names variables to be modelled as exogenous |
fullWeight |
whether to produce a fullWeight matrix |
returnModel |
whether to return the whole mxModel (TRUE) or just the mxData (FALSE) |
silent |
logical. Whether to print status to terminal. |
mxFitFunctionWLS
omxAugmentDataWithWLSSummary(mxData(Bollen[,1:8], 'raw'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.