In this guide they try to teach how to calculate relative and absolute risk reduction.
Problem: My understanding of the formulas leads to different result than they say.
Data and results given
control: disease A occurs in
1 in 100,000peopleexperiment: taking drug x reduces occurence to
1 in 10,000,000
The are saying that
- absolute risk of disease is 0.001%.
- relative risk is 0.00001/0.001 = 0.1
- relative risk reduction (RRR) is
1-0.1 = 0.9 - absolute risk reduction is
0.00001-0.001=-0.00099
How to calculate
Experimental Event Rate (EER) means taking the drug.
$$ EER = \frac{a}{a+b} = \frac{1}{1 + 9,999,999} = 0.0000001 $$
Control Event Rate (CER) means not taking the drug (control, placebo)
$$ CER = \frac{c}{c+d} = \frac{1}{1 + 99,999} = 0.00001 $$
To caclulate the RRR and ARR
$$ RRR = \frac{CER-EER}{CER} = \frac{0.00001 -0.0000001}{0.00001} = 0.99 $$ $$ ARR = CER-EER = 0.00001 - 0.0000001 = 0,0000099 $$
Question - why the result mismatch?
If I undertood everything correctly, the formulas above should be fault-free and return the right results. But my results differ from theirs.
- my RRR is 0.99 and theirs is 0.9
- my ARR is 0,0000099 and theirs is -0.00099
Where are my mistakes?
Why do they use 1-0.1 = 0.9 for RRR. Which formula was used?
