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.
Diese Übung ist Teil des Kurses
Factor Analysis in R
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Take a look at the first few lines of the response data and their corresponding sum scores
head(gcbs)
rowSums(___)