| Literature DB >> 30858674 |
Abstract
Gold standard tests are usually used for diagnosis of a disease, but the gold standard tests may not be always available or cannot be administrated due to many reasons such as cost, availability, ethical issues etc. In such cases, some instruments or screening tools can be used to diagnose the disease. However, before the screening tools can be applied, it is crucial to evaluate the accuracy of these screening tools compared to the gold standard tests. In this assay, we will discuss how to assess the accuracy of a diagnostic test through an example using R program.Entities:
Keywords: AUC; ROC analysis; ROC curve; gold standard test; sensitivity; specificity
Year: 2018 PMID: 30858674 PMCID: PMC6410404 DOI: 10.11919/j.issn.1002-0829.218052
Source DB: PubMed Journal: Shanghai Arch Psychiatry ISSN: 1002-0829
Gold standard
| Depression | Non-Depression | Total | ||
|---|---|---|---|---|
| Positive (PHQ-9>=10) | 82 | 35 | 117 | |
| Negative (PHQ-9<10) | 18 | 242 | 260 | |
| Total | 100 | 277 | 377 | |
Gold standard
| Depression | Non-Depression | Total | ||
|---|---|---|---|---|
| Positive (PHQ-2>=3) | 80 | 61 | 141 | |
| Negative (PHQ-9<3) | 20 | 216 | 236 | |
| Total | 100 | 277 | 377 | |
Sensitivities and Specificities at different cut points
| Screening Test | Cut Point | Sensitivity | Specificity |
|---|---|---|---|
| 0.0 | 1.00 | 0.00 | |
| 1.0 | 0.99 | 0.26 | |
| 2.0 | 0.95 | 0.58 | |
| 4.0 | 0.57 | 0.90 | |
| 5.0 | 0.40 | 0.96 | |
| 6.0 | 0.24 | 0.99 | |
| 7.0 | 0.93 | 0.62 | |
| 8.0 | 0.90 | 0.70 | |
| 9.0 | 0.86 | 0.82 | |
| 11.0 | 0.74 | 0.91 | |
| 12.0 | 0.66 | 0.94 |
Figure 1.ROC Curves for PHQ-2 and PHQ-9
A guide for classifying the accuracy of a diagnostic test by AUC
| AUC Range | Classification |
|---|---|
| 0.9-1.0 | Excellent |
| 0.8-0.9 | Good |
| 0.7-0.8 | Fair |
| 0.6-0.7 | Poor |
| 0.5-0.6 | Fail |