CommencerCommencer gratuitement

Evaluate deleted 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?

Cet exercice fait partie du cours

Factor Analysis in R

Afficher le cours

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Compare BIC values
___(theory_CFA)$___
___(theory_CFA_del)$___
Modifier et exécuter le code