Internal reliability
You know how to examine how individual items perform in your measure, but what about how well those items relate to each other - the overall internal reliability of a measure? Coefficient alpha (also called Cronbach's alpha) and split-half reliability are two common ways of assessing reliability. These statistics are a function of the measure length and items' interrelatedness, which you just investigated by looking at the correlation matrix.
In reliability values greater than 0.8 are desired, though some fields of study have higher or lower guidelines.
Do the results of alpha()
and splitHalf()
indicate the gcbs
dataset has acceptable reliability?
Cet exercice fait partie du cours
Factor Analysis in R
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Estimate coefficient alpha
___(gcbs)