exactci {PropCIs} | R Documentation |
Clopper-Pearson exact CI
Description
Clopper-Pearson exact CI
Usage
exactci(x, n, conf.level)
Arguments
x |
Number of successes |
n |
Total sample size |
conf.level |
Confidence level |
Value
A list with class '"htest"' containing the following components:
conf.int |
a confidence interval for the proportion |
References
Clopper, C. and Pearson, E.S. (1934) The use of confidence or fiducial limits illustrated in the case of the binomial. Biometrika 26, 404–413.
[Package PropCIs version 0.3-0 Index]