View source: R/syntax-estimate.R
| estimate_mplus | R Documentation |
This function is a wrapper for the functions
mplusObject and
mplusModeler. Using this function requires
'Mplus' to be installed.
estimate_mplus(x, ...)
x |
An object of class |
... |
Additional parameters passed to
|
The arguments dataout, modelout, and run are
optional. If these are not specified, the model will be run in
tempdir.
An object of class mplusObject.
library(MplusAutomation)
model <- tidy_sem(iris, "\\.")
model <- measurement(model)
## Not run:
estimate_mplus(model, run = 0L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.