Diagnostic Accuracy

diagnostic-accuracylatent-classsensitivity-specificitybiostatisticsmodel-misspecificationbayesianmixture-model

Definition

Diagnostic accuracy refers to the ability of a binary or ordinal test to correctly classify subjects as diseased or non-diseased. The canonical measures are sensitivity (probability of a positive test given disease) and specificity (probability of a negative test given no disease). When a gold-standard reference classification is available, these are estimable from a contingency table. When no gold standard exists, latent class models treat true disease status as a latent variable and estimate sensitivity and specificity jointly from the marginal agreement pattern across J3J \geq 3 fallible tests.

Key Ideas

How It Works

With JJ conditionally independent binary tests and a two-class latent variable DD, the observed cell probability for pattern (t1,,tJ)(t_1,\ldots,t_J) is: P(T1=t1,,TJ=tJ)=ρjπejtj(1πej)1tj+(1ρ)j(1πcj)tjπcj1tjP(T_1=t_1,\ldots,T_J=t_J) = \rho \prod_j \pi_{ej}^{t_j}(1-\pi_{ej})^{1-t_j} + (1-\rho)\prod_j (1-\pi_{cj})^{t_j}\pi_{cj}^{1-t_j} Parameters (ρ,πe1,,πeJ,πc1,,πcJ)(\rho, \pi_{e1},\ldots,\pi_{eJ}, \pi_{c1},\ldots,\pi_{cJ}) are estimated by MLE (via the Expectation-Maximization [EM] algorithm) or Markov Chain Monte Carlo (MCMC) with Dirichlet/Beta priors. The Bayesian approach propagates uncertainty in all parameters, including prevalence.

Why It Matters

Misestimated sensitivity by 0.2 has direct clinical consequences: a screening test declared 0.65 sensitive rather than 0.85 changes downstream treatment protocols, resource allocation, and disease burden estimates. The Albert-Dodd (2004) result implies that no-gold-standard latent class studies can produce widely varying conclusions that are statistically indistinguishable, which counsels caution when interpreting published sensitivity/specificity estimates from small rater panels.

Open Questions

Related