knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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
You can install the released version of ratetest from GitHub with:
# install.packages("devtools") devtools::install_github("lucavd/ratetest")
library(ratetest) rate_test(5,8,182.8,165.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.