ComeçarComece de graça

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

Este exercício faz parte do curso

Factor Analysis in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# 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)$___[___,]
Editar e executar o código