measurementInvarianceCat(..., std.lv = FALSE, strict = FALSE, quiet = FALSE,
fit.measures = "default", method = "satorra.bentler.2001")
cfa
for more information.TRUE
, the fixed-factor method of scale identification is used. If FALSE
, the first variable for each factor is used as marker variable.TRUE
, the sequence requires `strict' invariance.
See details for more information.TRUE
, a summary is printed out containing an
overview of the different models that are fitted, together with some
model comparison tests.lavTestLRT
for available options
However, if all items have two items (dichotomous), scalar invariance and
weak invariance cannot be separated because thresholds need to be equal across
groups for scale identification. Users can specify strict
option to
include the strict invariance model for the invariance testing. See the further details
of scale identification and different parameterization in Millsap and Yun-Tein (2004).
measurementInvariance
for measurement invariance for continuous variables;
longInvariance
For the measurement invariance test within person with continuous variables;
partialInvariance
for the automated function for finding partial invariance models
## Not run:
# model <- ' f1 =~ u1 + u2 + u3 + u4'
#
# measurementInvarianceCat(model, data = datCat, group = "g", parameterization="theta",
# estimator="wlsmv", ordered = c("u1", "u2", "u3", "u4"))
# ## End(Not run)
Run the code above in your browser using DataLab