Back to Statistics | shinydp
Cronbach's alpha is coumputed using the cronbach.alpha() function in R packge ltm,
specifically, cronbach.alpha(data, CI=TRUE, standardized=TRUE).
Here, data is either the sample data, or the csv file uploaded.
The sample data is based on:
How to Calculate Cronbach’s Alpha in R?
Please make sure the csv file has the same format as the sample data.