CommencerCommencer gratuitement

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)?

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.

# 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)$___[___,]
Modifier et exécuter le code