- TITLE
- A character string of the title for Mplus. 
- DATA
- A charater string of the data section for Mplus (note, do not define
the filename as this is generated automatically) 
- VARIABLE
- A character string of the variable section for Mplus (note, do not
define the variable names from the dataset as this is generated automatically) 
- DEFINE
- A character string of the define section for Mplus (optional) 
- MONTECARLO
- A character string of the montecarlo section for Mplus (optional).
If used, - autovis defaults to- FALSEinstead of the usual default,- TRUE, but may still be overwritten, if desired.
 
- MODELPOPULATION
- A character string of the MODEL POPULATION section for Mplus (optional). 
- MODELMISSING
- A character string of the MODEL MISSING section for Mplus (optional). 
- ANALYSIS
- A character string of the analysis section for Mplus (optional) 
- MODEL
- A character string of the model section for Mplus (optional, although
typically you want to define a model) 
- MODELINDIRECT
- A character string of the MODEL INDIRECT section for Mplus (optional). 
- MODELCONSTRAINT
- A character string of the MODEL CONSTRAINT section for Mplus (optional). 
- MODELTEST
- A character string of the MODEL TEST section for Mplus (optional). 
- MODELPRIORS
- A character string of the MODEL PRIORS section for Mplus (optional). 
- OUTPUT
- A character string of the output section for Mplus (optional) 
- SAVEDATA
- A character string of the savedata section for Mplus (optional) 
- PLOT
- A character string of the plot section for Mplus (optional) 
- usevariables
- A character vector of the variables from the
- Rdataset to use in the model.
 
- rdata
- An - Rdataset to be used for the model.
 
- autov
- A logical (defaults to - TRUE) argument indicating
whether R should attempt to guess the correct variables to use from
the R dataset, if- usevariablesis left- NULL.
 
- imputed
- A logical whether the data are multiply imputed (a list).
Defaults to - FALSE.
 
- quiet
- optional. If - TRUE, show status messages in the console.
 
- ...
- Arguments passed on to - mplusModelerif- run > 0.