Description Usage Arguments Details Value References Examples
View source: R/stratified.alpha.R
Compute the stratified Cronbach's coefficient alpha
1 | stratified.alpha(x, s)
|
x |
A data frame or matrix containing data with rows as subjects and items as columns |
s |
A vector containing number of items for each strat |
Stratified alpha is one of several estimates of the internal consistency reliability of a test.
stratified Cronbach's coefficient alpha
Cronbach, L. J., Schoenemann, P., & McKie, D. (1965). Alpha coefficient for stratified-parallel tests. Educational and Psychological Measurement, 25, 291-312.
1 2 | data(data.m)
stratified.alpha(data.m, c(13, 12, 6))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.