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 |
w |
desired confidence interval width |
Returns the required sample size
Bonett2015statpsych
size.ci.cronbach(.05, .85, 5, .1)
# Should return:
# Sample size
# 89
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.