## Discriminating Feature: Positive Predictive Value in Low-Prevalence Settings **Key Point:** In low-prevalence populations, specificity (not sensitivity) is the dominant determinant of PPV. The second test with 95% specificity will have substantially higher PPV than the first test with 85% specificity, despite lower sensitivity. ### Calculation of PPV Using the formula: $PPV = \frac{TP}{TP+FP} = \frac{Sensitivity \times Prevalence}{(Sensitivity \times Prevalence) + (1-Specificity) \times (1-Prevalence)}$ **Test 1 (Sens 95%, Spec 85%):** $$PPV_1 = \frac{0.95 \times 0.01}{(0.95 \times 0.01) + (0.15 \times 0.99)} = \frac{0.0095}{0.0095 + 0.1485} = \frac{0.0095}{0.158} ≈ 6%$$ **Test 2 (Sens 80%, Spec 95%):** $$PPV_2 = \frac{0.80 \times 0.01}{(0.80 \times 0.01) + (0.05 \times 0.99)} = \frac{0.008}{0.008 + 0.0495} = \frac{0.008}{0.0575} ≈ 14%$$ ### Clinical Interpretation | Feature | Test 1 (95% Sen, 85% Spec) | Test 2 (80% Sen, 95% Spec) | |---------|---------------------------|---------------------------| | **Sensitivity** | 95% (better for ruling out) | 80% | | **Specificity** | 85% (poor for ruling in) | 95% (excellent for ruling in) | | **PPV @ 1% prevalence** | ~6% | ~14% | | **NPV @ 1% prevalence** | ~99.9% | ~99.8% | | **Clinical role** | Screening (SnNout) | Confirmation (SpPin) | **High-Yield:** In low-prevalence settings, a positive test from the high-specificity test is 2× more likely to be a true positive than from the high-sensitivity test. This is the **best discriminator** between the two tests' clinical utility. **Clinical Pearl:** Test 1 is superior for **ruling out** disease (high sensitivity, high NPV). Test 2 is superior for **ruling in** disease (high specificity, high PPV). The question asks which feature distinguishes them — PPV is the critical discriminator in this population. **Mnemonic:** **SnNout, SpPin** - **Sn**Nsitivity rules **Out** (high sensitivity → use to exclude disease) - **Sp**ecificity rules **In** (high specificity → use to confirm disease)
Sign up free to access AI-powered MCQ practice with detailed explanations and adaptive learning.