| size.ci.cronbach | R Documentation |
Computes the sample size required to estimate a Cronbach reliability with desired confidence interval precision. Set the reliability planning value to the smallest value within a plausible range for a conservatively large sample size.
size.ci.cronbach(alpha, rel, r, w)
alpha |
alpha value for 1-alpha confidence |
rel |
reliability planning value |
r |
number of measurements (items, raters, forms) |
w |
desired confidence interval width |
For more details, see Section 4.26 of Bonett (2021, Volume 1)
Returns the required sample size
Bonett2015statpsych
\insertRefBonett2021statpsych
size.ci.cronbach(.05, .75, 5, .15)
# Should return:
# Sample size
# 109
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.