Exploratory Structural Equiation Modeling ESEM (ESEM) with geominT rotation
esem_cfa2(
data,
nfactors,
fm = "ML",
rotate = "geominT",
scores = "regression",
residuals = TRUE,
Target = NULL,
missing = TRUE,
mimic = c("MPlus"),
std.lv = TRUE,
ordered = TRUE
)An object of class lavaan::lavaan-class, for which several methods are available, including a summary method.
is a raw data matrix.
is number of factors to extract
is factoring method to be used in factor estimation. The suggested methods are available in psych::fa()
is the rotation method to be used. The suggested methods are available in psych::fa()
is the factor scores to be used in EFA estimation. The default scores are estimated using regression as set in "regression".
is set to FALSE by default. In case the residual matrix is required in the output, this parameter should be set to TRUE
is the target rotation matrix to be used. In case no target matrix is provided, EFA proceeds with alternative approach. The list of target rotations are available from GPArotation
is used with scores set to TRUE. The default is missing=TRUE which imputes missing values using either the median or the mean.
allows to mimic the final output results (i.e. CFA stage) to MPLUS to allow the user to compare the output.
is set to TRUE by default to provide standardized latent variables.
is set to TRUE by default to allow the use of categorical variables.