Template:DiagnosticTesting Example
Appearance
Patients with bowel cancer (as confirmed on endoscopy) |
||||
Positive | Negative | |||
Fecal occult blood screen test outcome |
Positive | TP = 2 | FP = 18 | → Positive predictive value = TP / (TP + FP) = 2 / (2 + 18) = 2 / 20 = 10% |
Negative | FN = 1 | TN = 182 | → Negative predictive value = TN / (FN + TN) = 182 / (1 + 182) = 182 / 183 ≈ 99.5% | |
↓ Sensitivity = TP / (TP + FN) = 2 / (2 + 1) = 2 / 3 ≈ 66.67% |
↓ Specificity = TN / (FP + TN) = 182 / (18 + 182) = 182 / 200 = 91% |