esem_cfa | R Documentation |
is a wrapper for lavaan::cfa() function
esem_cfa(model, data, mimic = c("MPlus"), std.lv = TRUE, ordered = TRUE)
model |
is a character vector with a lavaan syntax for the ESEM model. |
data |
is a raw data matrix. |
mimic |
allows to mimic the final output results (i.e. CFA stage) to MPLUS to allow the user to compare the output. |
std.lv |
is set to TRUE by default to provide standardized latent variables. |
ordered |
is set to TRUE by default to allow the use of categorical variables. |
An object of class lavaan::lavaan-class, for which several methods are available, including a summary method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.