IRR_confint: Calculate confidence interval for incidence rate ratios

View source: R/IRR_confint.R

IRR_confintR Documentation

Calculate confidence interval for incidence rate ratios

Description

Calculate confidence interval for incidence rate ratios

Usage

IRR_confint(IR_ratio, x1, x2)

Arguments

IR_ratio

An incidence rate ratio

x1

The number of events in the reference group ("unexposed")

x2

The number of events in the index group ("exposed")

Value

A numeric vector of length 2

Examples

IRR_confint(1.22, 938, 1227)

potato-nathan/epiAssist documentation built on April 15, 2022, 11:32 a.m.