Estimate summary statistics used by the WLS fit function
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. | 
omxAugmentDataWithWLSSummary(mxData(Bollen[,1:8], 'raw'))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.