1. Learn
  2. /
  3. Courses
  4. /
  5. Factor Analysis in R

Exercise

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.

Instructions 1/4

undefined XP
    1
    2
    3
    4
  • Use rowSums() to see the total scores for the first six respondents. These values tell you how much of the construct they possess.