ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Factor Analysis in R

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

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