USMLE purpose: Prepare for “guaranteed” board-style biostats questions by recognizing the high-frequency patterns quickly.
Most “guaranteed” biostats items are not conceptually hard; they test whether you can recognize the metric and avoid the wrong denominator.
| Question wording | Metric | Formula / move |
|---|---|---|
| Positive test, actually disease? | PPV | TP / (TP + FP) |
| Negative test, actually no disease? | NPV | TN / (TN + FN) |
| Disease present, test positive? | Sensitivity | TP / (TP + FN) |
| Disease absent, test negative? | Specificity | TN / (TN + FP) |
| Exposure followed to outcome | Relative risk | Risk exposed / risk unexposed |
| Disease vs no disease, look back | Odds ratio | AD / BC |
⚠️ Trap: Using sensitivity when the question asks about a positive test result.
Fix: If the test result is already known, think predictive value.
⚠️ Trap: Putting the total sample size in every denominator.
Fix: Use the denominator that matches the subgroup being asked about.