size.ci.cronbach2 | R Documentation |
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)
alpha |
alpha level for hypothesis test |
rel1 |
group 1 reliability planning value |
rel2 |
group 2 reliability planning value |
r |
number of measurements (items, raters) |
w |
desired confidence interval width |
Returns the required sample size for each group
Bonett2015statpsych
size.ci.cronbach2(.05, .85, .70, 8, .15)
# Should return:
# Sample size per group
# 180
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.