estimate_mplus {tidySEM} | R Documentation |
Estimate tidy_sem using 'Mplus'
Description
This function is a wrapper for the functions
mplusObject
and
mplusModeler
. Using this function requires
'Mplus' to be installed.
Usage
estimate_mplus(x, ...)
Arguments
x |
An object of class |
... |
Additional parameters passed to
|
Details
The arguments dataout
, modelout
, and run
are
optional. If these are not specified, the model will be run in
tempdir
.
Value
An object of class mplusObject
.
Examples
library(MplusAutomation)
model <- tidy_sem(iris, "\\.")
model <- measurement(model)
## Not run:
estimate_mplus(model, run = 0L)
## End(Not run)
[Package tidySEM version 0.2.7 Index]