| midPci {PropCIs} | R Documentation |
mid-P confidence interval adaptation of the Clopper-Pearson interval
midPci(x, n, conf.level)
x |
number of successes |
n |
number of trials |
conf.level |
confidence coefficient |
A list with class '"htest"' containing the following components:
conf.int |
a confidence interval for the difference in proportions. |
Agresti, A., Gottard, A. (2005) Randomized confidence intervals and the mid-P approach, discussion of article by C. Geyer and G. Meeden, Statistical Science 20, 367–371.
midPci(x = 15, n = 112, conf.level = 0.95)