ComeçarComece de graça

Evaluate added loadings with relative fit stats

In the previous exercise, you used several absolute fit statistics to compare the original theory-based CFA to the version with added item loadings. You can also use relative fit statistics like the BIC to compare models like these.

According to the BIC values, which model is preferred?

Este exercício faz parte do curso

Factor Analysis in R

Ver curso

Exercício interativo prático

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

# Compare BIC values
___(theory_CFA)$___
___(theory_CFA_add)$___
Editar e executar o código