rateratio.test: An Exact Rate Ratio Test Assuming Poisson Counts Performs the...

Description Usage Arguments Value Examples

Description

An Exact Rate Ratio Test Assuming Poisson Counts Performs the uniformy most powerful unbiased test on the ratio of rates of two Poisson counts with given time (e.g., perons-years) at risk for each count.

Usage

1
2
3
4
5
6
7
rateratio.test(
  x,
  n,
  RR = 1,
  alternative = c("two.sided", "less", "greater"),
  conf.level = 0.95
)

Arguments

conf.level

Value

An object of class ‘htest’

Examples

1
rateratio.test(c(2,9),c(17877,16660))

lucavd/ratetest documentation built on Jan. 1, 2021, 8:26 a.m.