| size.ci.sd | R Documentation |
Computes the sample size required to estimate a population standard deviation with desired confidence interval precision. This function assumes that the traditional confidence interval for a population standard deviation will be used. The traditional confidence interval assumes that the response variable has an approximate normal distribution and can be highly innacurate when this assumption is not satisfied.
size.ci.sd(alpha, r)
alpha |
alpha level for 1-alpha confidence |
r |
desired upper to lower confidence interval endpoint ratio |
Returns the required sample size
size.ci.sd(.05, 1.5)
# Should return:
# Sample size
# 49
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.