Hi everyone,
I'm using the Satorra Bentler test while doing the CFA for my model like this:
fit <- cfa(model = model, data = data, estimator= "MLM", test="satorra.bentler"
but I'm a little confused about the output I'm getting:
Standard Robust
Comparative Fit Index (CFI) 0.717 0.894
Tucker-Lewis Index (TLI) 0.799 0.879
Robust Comparative Fit Index (CFI) 0.872
Robust Tucker-Lewis Index (TLI) 0.864
What is the difference between CFI under the robust 0.894 value and the one next to Robust Comparative Fit Index (CFI) which is 0.872?
Which one should I use and why?
Thank you and I apologize for my english.