| poi.ci {NCStats} | R Documentation |
Computes a confidence interval for the Poisson mean rate parameter.
poi.ci(x,conf.level=0.95)
x |
a number representing the number of observed successes. |
conf.level |
a number indicating the level of confidence to use for constructing confidence intervals (default is 0.95). |
Computes a CI for the Poisson mean using the methods of Ulm (1990).
A 1x2 matrix containing the lower and upper confidence interval bounds.
Derek H. Ogle, dogle@northland.edu
Ulm K. 1990. A simple method to calculate the confidence interval of a standardized mortality ratio. American Journal of Epidemiology 131(2):373-375.
poi.conf.int in epitools.
poi.ci(12)