| Literature DB >> 29151019 |
Abstract
BACKGROUND: Receiver operating characteristic (ROC) surface analysis is usually employed to assess the accuracy of a medical diagnostic test when there are three ordered disease status (e.g. non-diseased, intermediate, diseased). In practice, verification bias can occur due to missingness of the true disease status and can lead to a distorted conclusion on diagnostic accuracy. In such situations, bias-corrected inference tools are required.Entities:
Keywords: Missing at random; R package; ROC surface analysis; Software
Mesh:
Year: 2017 PMID: 29151019 PMCID: PMC5694622 DOI: 10.1186/s12859-017-1914-3
Source DB: PubMed Journal: BMC Bioinformatics ISSN: 1471-2105 Impact factor: 3.169
Fig. 1Screenshot of the GUI for bcROCsurface, built in shiny web application. The boxplot of diagnostic test results corresponding to three ordered disease status
The bias-corrected estimates of VUS and corresponding 95% confidence intervals built with and without logit transformation
| Estimate | Std. Err | Lower. Normal | Upper. Normal | Lower. Logit | Upper. Logit | |
|---|---|---|---|---|---|---|
| FI | 0.5150 | 0.0404 | 0.4357 | 0.5942 | 0.4360 | 0.5932 |
| MSI | 0.5183 | 0.0415 | 0.4368 | 0.5997 | 0.4371 | 0.5985 |
| IPW | 0.5500 | 0.0416 | 0.4685 | 0.6314 | 0.4679 | 0.6294 |
| SPE | 0.5581 | 0.0443 | 0.4712 | 0.6450 | 0.4703 | 0.6424 |
Testing hypothesis, H0: VUS = 1/6 vs H1: VUS > 1/6
| t-stat |
| |
|---|---|---|
| FI | 8.6168 | < 0.0001 |
| MSI | 8.4644 | < 0.0001 |
| IPW | 9.2212 | < 0.0001 |
| SPE | 8.8270 | < 0.0001 |
Fig. 2Bias-corrected ROC surfaces in Shiny application. Full imputation (FI), Mean score imputation (MSI), Inverse probability weighting (IPW) and Semiparametric efficient (SPE) estimators are implemented to estimate ROC surface
Fig. 3Computation time of asyVarVUS() and vus() for the SPE estimator