Convert the number of cases and the person-time of disease-free observation in two independent groups into an incidence rate ratio (IRR)
es_from_cases_time(n_cases_exp, n_cases_nexp, time_exp, time_nexp, reverse_irr)
n_cases_exp
: number of cases in the exposed groupn_cases_nexp
: number of cases in the non-exposed grouptime_exp
: person-time of disease-free observation in the exposed grouptime_nexp
: person-time of disease-free observation in the non-exposed groupreverse_irr
: a logical value indicating whether the direction of the generated effect sizes should be flipped.This function estimates IRR.
natural effect size measure | IRR |
converted effect size measure | N/A |
required input data | See 'Section 5. Incidence Ratio Ratio' |
https://metaconvert.org/input.html |
This function estimates the incidence rate ratio from the number of cases and the person-time of disease-free observation in two independent groups.
The formula used to obtain the IRR and its standard error are (Cochrane Handbook (section 6.7.1):
es_from_cases_time( n_cases_exp = 241, n_cases_nexp = 554, time_exp = 12.764, time_nexp = 19.743 )
Higgins JPT, Thomas J, Chandler J, Cumpston M, Li T, Page MJ, Welch VA (editors). Cochrane Handbook for Systematic Reviews of Interventions version 6.3 (updated February 2022). Cochrane, 2022. Available from www.training.cochrane.org/handbook.
Useful links