mplusModel | R Documentation |
Create an mplusModel object for a given model
mplusModel(
syntax = NULL,
data = NULL,
inp_file = NULL,
read = TRUE,
Mplus_command = NULL
)
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 |
Mplus_command |
The location of the Mplus executable to run. If NULL, use |
a mplusModel_r6
object containing information about the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.