powered by
This function is a wrapper for the as_ram and run_mx functions.
as_ram
run_mx
estimate_mx(x, ...)
An object of class tidy_sem.
tidy_sem
Additional parameters passed to the estimating function.
An object of class MxModel.
MxModel
# NOT RUN { df <- iris[1:4] names(df) <- paste0("x_", 1:4) model <- tidy_sem(df) model <- measurement(model) res <- estimate_mx(model) summary(res) # }
Run the code above in your browser using DataLab