knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ratetest

The goal of ratetest is to test if the rate of a event in two groups is significantly different, also calculating the 95% confidence interval with an exact poisson distribution

Installation

You can install the released version of ratetest from GitHub with:

# install.packages("devtools")
devtools::install_github("lucavd/ratetest")

Example

library(ratetest)

rate_test(5,8,182.8,165.1)


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