In medical testing with binary classification, the diagnostic odds ratio (DOR) is a measure of the effectiveness of a diagnostic test.[1] It is defined as the ratio of the odds of the test being positive if the subject has a disease relative to the odds of the test being positive if the subject does not have the disease.
The rationale for the diagnostic odds ratio is that it is a single indicator of test performance (like accuracy and Youden's J statistic) but which is independent of prevalence (unlike accuracy) and is presented as an odds ratio, which is familiar to medical practitioners.
The diagnostic odds ratio is defined mathematically as:
Diagnosticoddsratio,DOR=
TP/FN | |
FP/TN |
=
TP/FP | |
FN/TN |
=
TP ⋅ TN | |
FP ⋅ FN |
where
TP
FN
FP
TN
As with the odds ratio, the logarithm of the diagnostic odds ratio is approximately normally distributed. The standard error of the log diagnostic odds ratio is approximately:
SE\left(ln{DOR
From this an approximate 95% confidence interval can be calculated for the log diagnostic odds ratio:
ln{DOR
Exponentiation of the approximate confidence interval for the log diagnostic odds ratio gives the approximate confidence interval for the diagnostic odds ratio.
The diagnostic odds ratio ranges from zero to infinity, although for useful tests it is greater than one, and higher diagnostic odds ratios are indicative of better test performance. Diagnostic odds ratios less than one indicate that the test can be improved by simply inverting the outcome of the test – the test is in the wrong direction, while a diagnostic odds ratio of exactly one means that the test is equally likely to predict a positive outcome whatever the true condition – the test gives no information.
The diagnostic odds ratio may be expressed in terms of the sensitivity and specificity of the test:
DOR=
sensitivity x specificity | |
\left(1-sensitivity\right) x \left(1-specificity\right) |
It may also be expressed in terms of the Positive predictive value (PPV) and Negative predictive value (NPV):
DOR=
PPV x NPV | |
\left(1-PPV\right) x \left(1-NPV\right) |
It is also related to the likelihood ratios,
LR+
LR-
DOR=
LR+ | |
LR- |
The log diagnostic odds ratio is sometimes used in meta-analyses of diagnostic test accuracy studies due to its simplicity (being approximately normally distributed).[4]
Traditional meta-analytic techniques such as inverse-variance weighting can be used to combine log diagnostic odds ratios computed from a number of data sources to produce an overall diagnostic odds ratio for the test in question.
The log diagnostic odds ratio can also be used to study the trade-off between sensitivity and specificity[5] by expressing the log diagnostic odds ratio in terms of the logit of the true positive rate (sensitivity) and false positive rate (1 − specificity), and by additionally constructing a measure,
S
D=log{DOR
S=\operatorname{logit}(TPR)+\operatorname{logit}(FPR)
It is then possible to fit a straight line,
D=a+bS
Consider a test with the following 2×2 confusion matrix:
Positive | Negative | ||
---|---|---|---|
Positive | 26 | 3 | |
Negative | 12 | 48 |
We calculate the diagnostic odds ratio as:
DOR=
TP/FP | |
FN/TN |
=
26/12 | |
3/48 |
=34.666\ldots ≈ 35
This diagnostic odds ratio is greater than one, so we know that the test is discriminating correctly. We compute the confidence interval for the diagnostic odds ratio of this test as [9, 134].
The diagnostic odds ratio is undefined when the number of false negatives or false positives is zero – if both false negatives and false positives are zero, then the test is perfect, but if only one is, this ratio does not give a usable measure. The typical response to such a scenario is to add 0.5 to all cells in the contingency table,[6] although this should not be seen as a correction as it introduces a bias to results.[7] It is suggested that the adjustment is made to all contingency tables, even if there are no cells with zero entries.