I am working on an SEM model in MPLUS with survey data (n=300) that has ordinal/binary indicators, multiple imputations (10), and survey weights.
My variables are:
Y1: latent with 7 ordinal indicators
Y2: Observed, single item, ordinal
Y3: latent with 6 binary indicators
Y4: Latent, 7 ordinal indicators
X1: Binary, dummy
X2 Binary dummy
Model is:
Y1 on Y2 Y3 Y4 X1 X2
Y2 on Y3 Y4 X1 X2
Y3 on Y4 X1 X2
Y4 on X1
X1 with X2
My latent variable model has a perfect fit with CFI= 0.99, TLI=0.98, RMSEA=0.03, SRMR=0.08, and chi-sq/df=1.35. However, given the complexity of the model and the small sample size, I wanted to reduce the variables by calculating composite scores (sum of indicator value*factor loading) for all three latent variables, and run a path model. The significance of the variables is almost similar to that in the latent model but fit indices changed significantly. CFI=0.94, TLI =0.16, SRMR=0.03, RMSEA=0.12. I read in the literature when the model has a small degree of freedom, RMSEA has no interpretive value. But what about TLI, why is it so low compared to the CFI? Any thoughts on what can I test to find the cause of this strange result?