Cronbach's alpha | R Documentation |
Cronbach's alpha.
cronbach(x)
x |
A numerical matrix with the data. |
This function computes Cronbach's alpha internal reliability coefficient.
The Cronbach's alpha.
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.
Cronbach L. (1951). Coefficient alpha and the internal structure of tests. Psychometrika, 16(3): 297–334.
cron.ci, cronfree.ci
## silly example
x <- as.matrix( iris[1:50, 1:4] )
Cronbach::cronbach(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.