Description Usage Arguments Value
Global measurement invariance (MI) tests for the common MI levels (configural, weak, strong, and strict). Can currently deal with multiple-group models (two or more groups) for metric items or dichotomous items (Rasch, 2PL, or probit model).
1 2 3 4 5 6 7 |
items |
Describes the measurement model. It can either be:
This creates a single factor model out of the item names. |
data |
A data frame containing all the used variables. Missing values have
to be declared as |
group |
String, indicating the grouping variable. |
MIlevel |
String, indicating the level of MI to be tested. Can be either |
stdItems |
Should continuous items be standardized? Defaults to TRUE. Useful for making DIF sizes comparable. |
itemType |
Can be |
dichModel |
String indicating which measurement model is applied in the case of dichotomous items.
Values are |
A list containing
Data (filtered for potential missings in the covariate)
Model specification(s)
Results of the MI tests
Usually accessed via summary() or getModel().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.