A list containing three data frames: `Diseased`, `Non-diseased`, and `Comparison`.
- `Diseased`: A data frame showing the contingency table for diseased cases based on the two diagnostic tests.
It contains the counts of true positives, false negatives, false positives, and true negatives for the first diagnostic test compared to the second.
- `Non-diseased`: A data frame showing the contingency table for non-diseased cases based on the two diagnostic tests.
Similar to `Diseased`, it contains counts of true negatives, false positives, false negatives, and true positives.
- `Comparison`: A data frame summarizing the diagnostic performance metrics (sensitivity, specificity, accuracy, PPV, NPV, and AUC) for each modality, along with the p-values from statistical tests comparing the two modalities.
Each row represents a different metric, with columns for the estimated value of the first modality, the estimated value of the second modality, and the p-value assessing the difference between the two.
This structure allows for a comprehensive overview of the comparative diagnostic performance of the two tests, facilitating easy interpretation and analysis.