omxBuildAutoStartModel {OpenMx} | R Documentation |
Build the model used for mxAutoStart
Description
Build the model used for mxAutoStart
Usage
omxBuildAutoStartModel(model, type = c("ULS", "DWLS"))
Arguments
model |
The MxModel for which starting values are desired |
type |
The type of starting values to obtain, currently unweighted or diagonally weighted least squares, ULS or DWLS |
Value
an MxModel that can be run to obtain starting values
See Also
[Package OpenMx version 2.21.11 Index]