LoslegenKostenlos loslegen

Differences in estimated factor loadings

The differences between EFAs and CFAs are evident when examining the factor loadings. Not only are the procedures mathematically different, but the number of estimated parameters is also different. By default, EFAs estimate all possible item/factor pairs, while CFAs only estimate specified item/factor relationships. Let's take a look at a few of those estimated loadings and see how they differ.

Which of these loadings represent the EFA and CFA estimates of the relationship between item A1 and the fourth factor (named MR5)?

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.

# View the first five rows of the EFA loadings
EFA_model$___[___,]

# View the first five loadings from the CFA estimated from the EFA results
summary(EFA_CFA)$___[___,]
Code bearbeiten und ausführen