LoslegenKostenlos loslegen

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?

Diese Übung ist Teil des Kurses

Factor Analysis in R

Kurs anzeigen

Interaktive Übung

Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.

# Compare BIC values
___(theory_CFA)$___
___(theory_CFA_del)$___
Code bearbeiten und ausführen