๐ง Understanding Sensitivity, Specificity, and Predictive Values
๐ก Key idea: Every diagnostic test gives results that may be true or false relative to the real disease state.
The goal is to quantify how well a test distinguishes between health and disease.
๐งฉ Basic Terms
- True Positive (TP): Patient has the disease โ test correctly positive.
- False Positive (FP): Patient does not have the disease โ test incorrectly positive.
- True Negative (TN): Patient does not have the disease โ test correctly negative.
- False Negative (FN): Patient has the disease โ test incorrectly negative.
๐ฌ Sensitivity
Formula: Sensitivity = TP / (TP + FN)
- Measures a testโs ability to correctly identify those who have the disease.
- High sensitivity = few false negatives โ useful for screening.
- Example: If 19 of 20 diseased patients test positive โ sensitivity = 19/20 = 95%.
๐ฉบ Tip: โSnNoutโ โ when a test is highly SeNsitive, a Negative result rules disease out.
๐งช Specificity
Formula: Specificity = TN / (TN + FP)
- Measures a testโs ability to correctly identify those without the disease.
- High specificity = few false positives โ useful for confirmation.
- Example: If 80 of 100 healthy people test negative โ specificity = 80/100 = 80%.
๐ก Tip: โSpPinโ โ when a test is highly SPecific, a Positive result rules disease in.
๐ Using Two-Step Testing
- Begin with a high sensitivity test (broad screening) โ captures nearly everyone with disease.
- Follow with a high specificity test (confirmatory) โ filters out false positives.
- Example: HIV testing uses this principle โ ELISA (sensitive) followed by Western blot (specific).
๐ Positive Predictive Value (PPV)
Formula: PPV = TP / (TP + FP)
- Answers: โGiven a positive test, what is the probability the patient actually has the disease?โ
- Strongly influenced by disease prevalence โ PPV rises as disease becomes more common.
- Example: In a high-prevalence population, even modest tests yield high PPV.
๐ Negative Predictive Value (NPV)
Formula: NPV = TN / (TN + FN)
- Answers: โGiven a negative test, what is the probability the patient truly does not have the disease?โ
- Also depends on prevalence โ NPV rises when disease is rare.
โ๏ธ Likelihood Ratios (LR)
Formulae:
LRโบ = Sensitivity / (1 โ Specificity)
LRโป = (1 โ Sensitivity) / Specificity
- Express how much a test result changes the probability of disease.
- LRโบ > 10 โ strong evidence to rule in disease.
LRโป < 0.1 โ strong evidence to rule out disease.
- Useful for Bayesian reasoning in clinical decision-making.
๐งฎ Example Table (2ร2 Matrix)
| Disease Present | Disease Absent |
| Test Positive | True Positive (TP) | False Positive (FP) |
| Test Negative | False Negative (FN) | True Negative (TN) |
๐ง Teaching Commentary
- Sensitivity and specificity are intrinsic properties of the test โ they do not change with prevalence.
- PPV and NPV depend on disease prevalence โ a low-prevalence condition produces many false positives.
- In acute medicine, start broad (sensitive test) and narrow down (specific test).
- Likelihood ratios integrate both metrics, helping clinicians interpret tests across populations rather than within one study.
๐ References
- Lalkhen AG, McCluskey A. Clinical tests: sensitivity and specificity. CEACCP 2008;8(6):221โ223.
- BMJ Best Practice. Diagnostic test evaluation.
- Akobeng AK. Understanding diagnostic tests 1: sensitivity, specificity and predictive values. Arch Dis Child 2007.