1 Answers
🧠 Quick Study Guide: Sensitivity & Specificity
- 🔍 What are they? Sensitivity and specificity are crucial metrics used to evaluate the accuracy of a diagnostic test. They help us understand how well a test correctly identifies individuals with and without a specific condition.
- ✅ True Positives (TP): These are individuals who actually have the disease AND the test correctly identifies them as positive.
- ❌ False Positives (FP): These are individuals who DO NOT have the disease, but the test incorrectly identifies them as positive.
- 🚫 True Negatives (TN): These are individuals who DO NOT have the disease AND the test correctly identifies them as negative.
- ⚠️ False Negatives (FN): These are individuals who actually HAVE the disease, but the test incorrectly identifies them as negative.
- 📈 Sensitivity (True Positive Rate):
Sensitivity measures the proportion of actual positives that are correctly identified as such by the test. It's the ability of the test to correctly identify those with the disease.
🔢 Formula: $Sensitivity = \frac{TP}{TP + FN}$
💡 Interpretation: A highly sensitive test is good at 'ruling out' a disease. If the test is negative, it's highly likely the person doesn't have the disease (few false negatives).
- 📉 Specificity (True Negative Rate):
Specificity measures the proportion of actual negatives that are correctly identified as such by the test. It's the ability of the test to correctly identify those without the disease.
📊 Formula: $Specificity = \frac{TN}{TN + FP}$
🎯 Interpretation: A highly specific test is good at 'ruling in' a disease. If the test is positive, it's highly likely the person does have the disease (few false positives).
- ⚖️ Balancing Act: Often, there's a trade-off between sensitivity and specificity. Increasing one might decrease the other, depending on the test's cut-off point.
📝 Practice Quiz
1. Which of the following best describes 'Sensitivity' in a diagnostic test?
- The proportion of true negatives correctly identified.
- The ability of the test to correctly identify those with the disease.
- The rate of false positive results.
- The total number of positive results.
2. The formula for Specificity is given by:
- $Specificity = \frac{TP}{TP + FN}$
- $Specificity = \frac{TN}{TN + FP}$
- $Specificity = \frac{TP}{TP + FP}$
- $Specificity = \frac{FN}{TN + FN}$
3. A diagnostic test yields the following results: True Positives (TP) = 90, False Negatives (FN) = 10, True Negatives (TN) = 80, False Positives (FP) = 20. What is the sensitivity of this test?
- 75%
- 80%
- 90%
- 95%
4. Using the same data from Question 3 (TP=90, FN=10, TN=80, FP=20), what is the specificity of this test?
- 75%
- 80%
- 90%
- 95%
5. A highly sensitive test is most valuable when the goal is to:
- Minimize false positive results.
- Confirm a diagnosis with high certainty.
- Rule out a disease when the test result is negative.
- Screen for a disease in a low-prevalence population.
6. If a diagnostic test has a high specificity, it means:
- It has a low rate of false negative results.
- It is excellent at ruling out a disease.
- A positive result is likely to be a true positive.
- It correctly identifies nearly all individuals who have the disease.
7. In a disease screening program for a serious but treatable condition, which characteristic of a diagnostic test would generally be prioritized to ensure early detection and intervention?
- High positive predictive value.
- High specificity.
- High sensitivity.
- Low cost.
Click to see Answers
1. B
2. B
3. C (Sensitivity = 90 / (90 + 10) = 90 / 100 = 0.9 = 90%)
4. B (Specificity = 80 / (80 + 20) = 80 / 100 = 0.8 = 80%)
5. C
6. C
7. C
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀