partial invariance

Discuss the jamovi platform, possible improvements, etc.
Post Reply
User avatar
ecelik
Posts: 5
Joined: Thu Feb 13, 2025 9:21 am

partial invariance

Post 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
User avatar
mcfanda@gmail.com
Posts: 557
Joined: Thu Mar 23, 2017 9:24 pm

Re: partial invariance

Post 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

User avatar
ecelik
Posts: 5
Joined: Thu Feb 13, 2025 9:21 am

Re: partial invariance

Post 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.
Attachments
screen.jpg
screen.jpg (87.65 KiB) Viewed 6060 times
Post Reply