Epidemiology & Cohort Studies
This tool calculates the ratio of the probability of an outcome in an exposed group to the probability of the outcome in an unexposed group. Please enter the data for the 2x2 contingency table.
Explore how the Relative Risk Calculator is used in real-world scenarios.
A cohort study follows smokers and non-smokers over 20 years to assess the risk of developing lung cancer.
Exposed Event: 70, No Event: 6930
Unexposed Event: 3, No Event: 2997
A clinical trial to test the efficacy of a new flu vaccine.
Exposed Event: 25, No Event: 4975
Unexposed Event: 80, No Event: 4920
A study examining the link between a high-fat diet and the incidence of heart disease.
Exposed Event: 150, No Event: 1850
Unexposed Event: 100, No Event: 2900
Observing the risk of a specific side effect (e.g., nausea) in patients taking a new drug versus a placebo.
Exposed Event: 60, No Event: 940
Unexposed Event: 20, No Event: 980
Risk_exp = a / (a + b)
.Risk_unexp = c / (c + d)
.RR = Risk_exp / Risk_unexp = [a / (a + b)] / [c / (c + d)]
.SE(ln(RR)) = sqrt(1/a - 1/(a+b) + 1/c - 1/(c+d))
. The CI is then exp(ln(RR) ± 1.96 * SE(ln(RR)))
.