poisson.ci: Get rate and exact Poisson confidence intervals

View source: R/utility_functions.R

poisson.ciR 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: arg x

  • pt: arg pt

  • rate: result of x / pt

  • lower: lower bound of CI

  • upper: upper bound of CI

  • conf.level: arg conf.level

Author(s)

epitools

Examples


poisson.ci(x = 4, pt = 5, conf.level = 0.95)

WetRobot/popEpi documentation built on Aug. 29, 2023, 3:53 a.m.