CommencerCommencer gratuitement

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.

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.

# Take a look at the first few lines of the response data and their corresponding sum scores
head(gcbs)
rowSums(___)
Modifier et exécuter le code