Calculate confidence intervals for Poisson counts or rates using Byar's method, and return tidy output
pois_byar_ci(
data,
x,
pt,
factor = 1000,
conf.level = 0.95,
digits = 2,
rate_ci_only = TRUE
)original dataframe with rate, lower, upper variables added
if (FALSE) { # \dontrun{
pois_byar_ci(data=counts, x="deaths", pt="person_years")
} # }