poisson.ci {popEpi} | R Documentation |
Get rate and exact Poisson confidence intervals
Description
Computes confidence intervals for Poisson rates
Usage
poisson.ci(x, pt = 1, conf.level = 0.95)
Arguments
x |
observed |
pt |
expected |
conf.level |
alpha level |
Value
A data.frame
with columns
-
x
: argx
-
pt
: argpt
-
rate
: result ofx / pt
-
lower
: lower bound of CI -
upper
: upper bound of CI -
conf.level
: argconf.level
Author(s)
epitools
Examples
poisson.ci(x = 4, pt = 5, conf.level = 0.95)
[Package popEpi version 0.4.12 Index]