R/statpsych1.R
size.ci.cronbach.Rd
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 value for 1-alpha confidence
reliability planning value
number of measurements
desired confidence interval width
Returns the required sample size
Bonett DG, Wright TA (2015). “Cronbach's alpha reliability: Interval estimation, hypothesis testing, and sample size planning.” Journal of Organizational Behavior, 36(1), 3--15. ISSN 08943796, doi:10.1002/job.1960 .
size.ci.cronbach(.05, .85, 5, .1)
#> Sample size
#> 89
# Should return:
# Sample size
# 89