Solve this question for neet pg from psm
| Disease + | Disease - | Total | |
|---|---|---|---|
| Test + | 60 (TP) | 40 (FP) | 100 |
| Test - | 20 (FN) | 80 (TN) | 100 |
| Total | 80 | 120 | 200 |
Quick memory tip for NEET PG:
- PPV = TP / (TP + FP) - looks at the positive test column
- NPV = TN / (TN + FN) - looks at the negative test column
Solve using formula
| Symbol | Meaning | Value |
|---|---|---|
| TN | Truly disease-free among test-negatives | 80 |
| FN | Actually diseased but tested negative | 20 |
| TN + FN | Total who tested negative | 100 |
Sensitivity and specificity formula
| Disease + | Disease - | |
|---|---|---|
| Test + | TP | FP |
| Test - | FN | TN |
| Parameter | Formula | Denominator |
|---|---|---|
| Sensitivity | TP / (TP + FN) | All diseased |
| Specificity | TN / (TN + FP) | All healthy |
| PPV | TP / (TP + FP) | All test positive |
| NPV | TN / (TN + FN) | All test negative |
Sensitivity & Specificity - look DOWN the disease columns PPV & NPV - look ACROSS the test rows