ComenzarEmpieza gratis

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?

Este ejercicio forma parte del curso

Factor Analysis in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Compare BIC values
___(theory_CFA)$___
___(theory_CFA_del)$___
Editar y ejecutar código