blakerci {PropCIs}R Documentation

Blaker's exact CI for a binomial proportion

Description

Blaker's exact CI for a binomial proportion

Usage

blakerci(x, n, conf.level, tolerance=1e-05)

Arguments

x

Number of successes

n

Total sample size

conf.level

Confidence level

tolerance

default tolerance

Value

A list with class '"htest"' containing the following components:

conf.int

The confidence intervall for the proportion

References

Blaker, H. (2000). Confidence curves and improved exact confidence intervals for discrete distributions, Canadian Journal of Statistics 28 (4), 783–798


[Package PropCIs version 0.3-0 Index]