estimate_mx {tidySEM} | R Documentation |
This function is a wrapper for the as_ram
and run_mx
functions.
estimate_mx(x, ...)
x |
An object of class |
... |
Additional parameters passed to the estimating function. |
An object of class MxModel
.
df <- iris[1:4] names(df) <- paste0("x_", 1:4) model <- tidy_sem(df) model <- measurement(model) res <- estimate_mx(model) summary(res)