Likelihood Ratios part 2: Bedside calculation
The terms "odds of disease" and "probability of disease" get thrown around a lot like theyre the same thing, but theyre not. Lets consider a group of 10 patients, 3 of whom have strep and 7 of whom dont. If we randomly choose a patient, the probability that they will have strep is 3/10 or 0.3 or 30%. On the other hand, the odds of having strep in this group are 3 : 7. Here is a table which relates the odds to the probability:
| Probability | Odds |
| 1% | 1:99 |
| 5% | 1:19 |
| 10% | 1:9 |
| 20% | 1:4 |
| 33% | 1:2 |
| 50% | 1:1 |
| 67% | 2:1 |
| 80% | 4:1 |
| 90% | 9:1 |
| 99% | 99:1 |
Stated as a mathematical formula (yuck!) this relationship is:
Thus, if the odds are 4:9, the probability is 4 / (4+9) = 4/13 = 0.31 (or 31%). Similarly, if the probability is 15%, then the odds are 15 : (100-15) = 15 : 85. With a little practice, you can easily convert from probability to odds and back again in your head.
Why should you possibly care about doing this? Well, the likelihood ratio has a very interesting property:
post-test odds of disease = likelihood ratio x pre-test odds of disease
So, for positive and negative tests:
odds of disease for (+) test = odds of disease before testing x LR+
odds of disease for (-) test = odds of disease before testing x LR-
Now, with a little practice, we can actually estimate the probability of disease given a positive or negative test in our heads! Lets go through a couple of examples:
You estimate, based on your knowledge of the community, the patients age of 10 years, and his symptoms (sore throat, fever, exudate, and adenopathy) that the pre-test probability of strep is approximately 40%. The rapid antigen test for strep is positive; looking at the package insert, you see that it has a sensitivity of 90% and specificity of 90%. The LR+ and LR- are therefore 9 and 0.1. Before proceeding, make sure you understand how we calculated those LRs using the formulas described above.
First, notice that knowing the sensitivity and specificity doesnt help you much when it comes to calculating the likelihood of disease in your patient. However, in 3 simple steps, well use the LRs to do just that:
Step |
Description |
Calculation |
1. |
Convert the pre-test probability to odds form | 40% = 40 / (100-40) = 40 : 60 = 4 : 6 * |
2. |
Multiply the pre-test odds by the LR to calculate the post-test odds | (4 : 6) x 9 = 36 : 6 |
3. |
Convert the post-test odds back to a probability | 36 : 6 = 36 / (36 + 6) = 36/42 = 0.86 or 86% |
* It simplifies calculations somewhat to reduce elements to the least common denominator. Thus, 40:60 is the same as 4:6, and is also the same as 2:3. Similarly, 30 : 70 is the same as 3:7.
What if the test is negative? Lets go through that, using the LR- of 0.1 this time in our calculations:
Step |
Description |
Calculation |
1. |
Convert the pre-test probability to odds form | 40% = 40 / (100-40) = 40 : 60 = 4 : 6 * |
2. |
Multiply the pre-test odds by the LR to calculate the post-test odds | (4 : 6) x 0.1 = 0.4 : 6 |
3. |
Convert the post-test odds back to a probability | 0.4 : 6 = 0.4 / (0.4 + 6) = 0.4/6.4 = 0.06 or 6% |
Now, instead of just knowing that a positive strep test makes disease more likely, and a negative one makes it less likely (or worse yet, thinking that a positive test means the patient has disease and a negative test means they dont) you can estimate the specific likelihood of disease for your patient. This is truly "patient-centered" medicine, since your interpretation of the laboratory test is specific to your patients pre-test probability of disease, which is in turn based on his or her age, symptoms, and signs.
In the above example, a positive test provides pretty convincing evidence of strep (86% probability). On the other hand, many physicians would be uncomfortable not treating a child who had a negative strep test, and therefore still had a 6% chance of having strep. After going through this calculation once, you might decide that in similar patients, you will empirically treat them, since a negative test does not rule out disease. Or, you might decide to get a throat culture inpatients with a negative strep screen, while giving antibiotics to those with a positive strep screen.
Lets consider another example: an older patient with much less typical symptoms of strep (age 20, sore throat, cough, no adenopathy, and no exudate) and a pre-test probability of disease of 5% by your estimate. If the test is positive (remember, LR+ = 9):
Step |
Description |
Calculation |
1. |
Convert the pre-test probability to odds form | 5% = 5 / (100-5) = 5 : 95 = 1 : 19 |
2. |
Multiply the pre-test odds by the LR to calculate the post-test odds | (1 : 19) x 9 = 9 : 19 |
3. |
Convert the post-test odds back to a probability | 9 : 19 = 9 / (9 + 19) = 9/28 = 0.32 or 32% |
If the test is negative:
Step |
Description |
Calculation |
1. |
Convert the pre-test probability to odds form | 5% = 5 / (100-5) = 5 : 95 = 1 : 19 |
2. |
Multiply the pre-test odds by the LR to calculate the post-test odds | (1 : 19) x 0.1 = 0.1 : 19 |
3. |
Convert the post-test odds back to a probability | 0.1 : 19 = 0.1 / (0.1 + 19) = 0.1/19 = 1 / 190 = 0.005 or 0.5% |
In this case, a negative test does rule out disease, and a positive test gives a high enough likelihood of disease that you would probably treat the patient, but remain open to other causes for his or her symptoms. Individualizing treatment in this way is much more powerful than simply doing the same thing for every patient.
Getting the most information from a testWhen we order a test result, were accustomed to thinking in terms of the results being positive or negative. However, the actual information in the result is often much richer. Consider the diagnosis of iron deficiency anemia (IDA) from the serum ferritin level. Labs generally report a single cutoff for abnormal around 65 mmol/l, with low values suggesting a diagnosis of iron deficiency anemia. Using that value as a "positive" test, the LR+ is 6 and the LR- is 0.12.
But there is more information hidden in these results. You can also calculate a likelihood ratio for each range of ferritin, as shown below:
Serum ferritin (mmol/l) |
# with IDA (% of total) |
# without IDA (% of total) |
LR |
Comment |
< 15 |
474 (59%) |
20 (1.1%) |
52 |
Strong evidence for IDA |
15-34 |
175 (22%) |
79 (4.5%) |
4.8 |
Moderate evidence for IDA |
35-64 |
82 (10%) |
171 (10%) |
1 |
No evidence either way |
65-94 |
30 (3.7%) |
168 (9.5%) |
0.39 |
Weak evidence against IDA |
> 94 |
48 (5.9%) |
1332 (75%) |
0.08 |
Strong evidence against IDA |
Doing these calculations is easy. Set up your table as above, with a column showing the percentage of patients with the disease that have a test value in that range, and a second column showing the percentage of patients without disease that have a test value in that range. Then, divide the first column by the second column to calculate the LR for that range. In the table above, for example, 59% / 1.1% = 52.
Once again, likelihood ratios help us provide individualized care, and get the most possible information from a test result. This is an important advantage of using likelihood ratios!