powered by
Computes confidence intervals for Poisson rates
poisson.ci(x, pt = 1, conf.level = 0.95)
A data.frame with columns
data.frame
x: arg x
x
pt: arg pt
pt
rate: result of x / pt
rate
x / pt
lower: lower bound of CI
lower
upper: upper bound of CI
upper
conf.level: arg conf.level
conf.level
observed
expected
alpha level
epitools
poisson.ci(x = 4, pt = 5, conf.level = 0.95)
Run the code above in your browser using DataLab