Hello everyone!
I currently have 2 measurement models. All are correlated factor models and the factors reflect subscales of anxiety related constructs. Estimator is robust maximum likelihood (to account for lack of multivariate normal distribution). This happens in the context of construct independence. First model implies independence between all subscales. Second model clusters factor 1 and factor 2 together, and factor 4 and factor 5 together.
model 1:
f1 =~ item 1 + item 2 + item 3
f2 =~ item 4 + item 5 + item 6
f3 =~ item 7 + item 8 + item 9
f4 =~ item 10 + item11 +item12
f5 =~ item 13 + item14 + item15
f6 =~ item 16 + item 17 + item18
f7 =~ item 19 + item 20 + item21
model 2:
f1,2 =~ item1 + item2 + item3 + item4 + item5 +item6
f3 =~ item 7 + item 8 + item9
f4,5=~ item 10 + item11 + item12 +item13 + item 14 +item15
f6 =~ item 16 + item 17 + item18
f7 =~ item 19 + item 20 + item21
Nested models are models wherein all parameters of a more restricted model are included within a less restrictive one. I am new to this, and I reviewed examples, but I cannot make a conclusion. I would appreciate an answer and the reasoning behind it a lot!
(note: based on the fit indices, I know that the second model does not work. Fit indices are well below the acceptable threshold and the differences are enormous. But in the case of non-nested models, comparison of absolute and relative fit indices is not the case and I want to do the comparison anyways to learn how to do it correctly)