pi.prop | R Documentation |
Computes approximate one-sided or two-sided prediction interval for the estimated proportion in a future study with a planned sample size of n. The prediction interval uses a proportion estimate from a prior study that had a sample size of n0.
Several confidence interval sample size functions in this package require a planning value of the estimated proportion that is expected in the planned study. A one-sided proportion prediction limit is useful as a proportion planning value for the sample size required to obtain a confidence interval with desired width. This strategy for specifying a proportion planning value is useful in applications where the population proportion in the prior study is assumed to be very similar to the population proportion in the planned study.
For sample size planning, use an upper prediction limit if the population proportion is assumed to be less than .5. If the upper prediction limit is greater than .5, then set the proportion planning value to .5. Use a lower prediction limit if the population proportion is asumed to be greater than .5. If the lower prediction limit is less than .5, then set the proportion planning value to .5.
pi.prop(alpha, prop, n0, n, type)
alpha |
alpha value for 1-alpha confidence |
prop |
estimated proportion from prior study |
n0 |
sample size used to estimate proportion in prior study |
n |
planned sample size of future study |
type |
|
Returns a prediction interval for an estimated proportion in a future study
pi.prop(.1, .225, 80, 120, 1)
# Should return:
# LL UL
# 0.1390955 0.337095
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.