size.ci.second | R Documentation |
Computes the second-stage sample size required to obtain desired confidence interval precision. This function can use either the total sample size for all groups in the first stage sample or a single group sample size in the first stage sample. If the total first-stage sample size is given, then the function computes the total sample size required in the second-stage sample. If a single group first-stage sample size is given, then the function computes the single-group sample size required in the second-stage sample. The second-stage sample is combined with the first-stage sample to obtain the desired confidence interval width.
size.ci.second(n0, w0, w)
n0 |
first-stage sample size |
w0 |
confidence interval width in first-stage sample |
w |
desired confidence interval width |
Returns the required sample size for the second-stage sample
size.ci.second(20, 5.3, 2.5)
# Should return:
# Second-stage sample size
# 70
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.