Create an mplusModel object for a given model
Arguments
- syntax
a character vector of Mplus input syntax for this model
- data
a data.frame to be used for estimating the model
- inp_file
the location of .inp file for this model
- read
If TRUE and the .out file already exists, read the contents of the .out file using
readModels
- Mplus_command
The location of the Mplus executable to run. If NULL, use
detectMplus()