Given a number of events n and a time at risk R, calculates a confidence interval for the incidence under a Poisson model. This is two-tailed with significance level alpha.

CI_inc(n, R, alpha = 0.05)

Arguments

n

the number of events.

R

the time at risk.

alpha

the significance level of the confidence interval (two-tailed).