ComeçarComece de graça

Compare original model to model with deleted loadings

Once you have a revised version with that weak loading deleted, it's time to compare it to the original theory-based model. If you were the developer of this measure, you would probably hope that the original version would fit better, since you would have carefully constructed items to measure your theoretical constructs. In practice, though, it can be tricky to know whether or not items are actually performing well, and sometimes you might want to drop items to create a stronger measure. For this exercise, we'll compare the CFIs and RMSEAs.

Este exercício faz parte do curso

Factor Analysis in R

Ver curso

Instruções do exercício

  • Check out the absolute fit indices for each model to see which fits better.
  • Investigate the RMSEAs for each model to see which fits better.

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Compare the comparative fit indices - higher is better!
summary(theory_CFA)$___
summary(theory_CFA_del)$___

# Compare the RMSEA values - lower is better!
summary(___)$RMSEA
summary(___)$RMSEA
Editar e executar o código