Page 1 of 1

partial invariance

Posted: Tue Jun 03, 2025 12:24 am
by ecelik
I am analyzing measurement invariance using the Holzinger and Swineford (1939) dataset.
I would like to remove the equality constraint for item 3 and item 7 in the partial invariance model.
Can you please help?
Thank you.

omv file: https://drive.google.com/file/d/16zZFlS ... drive_link

Re: partial invariance

Posted: Tue Jun 03, 2025 10:47 am
by mcfanda@gmail.com
use this syntax to achieve partial invariance, and do not select "Loadings" in the multi-group options

Code: Select all


visual=~c(a1,a1)*x1+c(a2,a2)*x2+x3
textual=~c(a4,a4)*x4+c(a5,a5)*x5+c(a6,a6)*x6
speed=~x7+c(a8,a8)*x8+c(a9,a9)*x9


Re: partial invariance

Posted: Thu Jun 05, 2025 12:34 am
by ecelik
Thank you for your help and answer.

However, even though all the variable names are correct, I keep getting the error "undefined columns slected".

Even though I rewrote the syntax over and over, I keep getting the same error.