|
|
 |
| Measurement invariance estimator WLS |
 
|
| Message/Author |
|
|
|
|
Hi I would like to test for measurement invariance with binary data. However I get the warning that the required TYPE = MIXTURE does not work with Weighted least squares estimators Exerpt of commands: CLASSES = c(2); KNOWNCLASS= c(asex = 0 1); ANALYSIS: ESTIMATOR = WLS; TYPE = MIXTURE; MODEL = CONFIGURAl SCALAR; What am I doing wrong? Best, Jan Ivanouw |
|
|
|
|
| If you want to use WLS, you should not use MIXTURE and KNOWNCLASS, you should use the GROUPING option. |
|
|
|
|
| Thank you, Linda. |
|
|
| Back to top |
|
|