ComeçarComece de graça

Interpreting individuals' factor scores

The EFA_model object also contains a named list element, scores, which contains factor scores for each person. These factor scores are an indication of how much or how little of the factor each person is thought to possess. Factor scores are not computed for examinees with missing data.

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.

# Take a look at the first few lines of the response data and their corresponding sum scores
head(gcbs)
rowSums(___)
Editar e executar o código