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