powered by
Calculates Cronbach's alpha estimate of reliability for a multi-item scale.
cronbach(items)
An matrix or data frame where each column represents an item in a multi-item scale.
Estimate of Cronbach's Alpha.
The number of observations on which the Alpha was estimated.
Cronbach L. J. (1951) Coefficient Alpha and the internal structure of tests. Psychometrika, 16,297-334
cronbach
# NOT RUN { data(bhr2000) cronbach(bhr2000[,2:11]) # }
Run the code above in your browser using DataLab