powered by
Computes the sample size required to estimate a difference in population Cronbach reliability coefficients with desired precision in a 2-group design.
size.ci.cronbach2(alpha, rel1, rel2, r, w)
Returns the required sample size for each group
alpha level for hypothesis test
group 1 reliability planning value
group 2 reliability planning value
number of measurements (items, raters)
desired confidence interval width
Bonett2015statpsych
size.ci.cronbach2(.05, .85, .70, 8, .15) # Should return: # Sample size per group # 180
Run the code above in your browser using DataLab