Hello all,
I conduct measurement invariance testing for a 5-item-scale. I now found partial metric invariance. If I loose constrains on one of my five items (its a one-factor model) the partial metric model is fine. My question now is: do I keep this argument , the loose constraint for the one item when I test for scalar invariance? and can i therefore inherently only find partial scalar invariance too, since the models are nested?
my code for the metric partial invariance is:
cfa.metric.par <- cfa(modelB, data = mi, estimator = "DWLS", group = "SD01", group.equal = c("loadings"), group.partial = "f1=~item2")
so is my model for scalar invariance testing now option one or two?
1. cfa.scalar.par <- cfa(modelB, data = mi, estimator = "DWLS", group = "SD01", group.equal = c("loadings","intercepts"))
2. cfa.scalar <- cfa(modelB, data = mi, estimator = "DWLS", group = "SD01", group.equal = c("loadings","intercepts"), group.partial = "f1=~item2")
Same goes for strict invariance of course. Do I stop analysing once partial invariance is found in one step? Or can I theoretically report partial metric invariance because of the 1 item, but (full?) measurement invariance in total (with regard of the factor loads of item 2)?
Thanks so much!
Laura