Reitsma and Rutter-Gatsonis Models with an Imperfect Reference Standard
What are latent class models?
In conventional meta-analysis of diagnostic test accuracy studies, the reference standard is assumed to classify disease status without error. In practice, however, the reference test may itself be imperfect. Latent class models relax the gold-standard assumption by treating the true disease status as an unobserved (latent) variable and jointly modelling the results of the index and reference tests.
Which latent class models does dtametaTMB support?
The latent class models in dtametaTMB are based on the reduced latent class formulations proposed by Liu et al. (2015).
Liu, Y., Chen, Y., & Chu, H. (2015). A unification of models for meta-analysis of diagnostic accuracy studies without a gold standard. Biometrics, 71(2), 538–547.
The latent class implementations were validated by reproducing the SAS PROC NLMIXED examples provided by Liu et al. (2015).
What is conditional independence?
The latent class models in dtametaTMB assume conditional independence between the index test and the reference test given the true disease status. Under this assumption, any association between the index and reference tests is fully explained by the latent disease status. Consequently, the latent-class probabilities can be expressed as functions of disease prevalence and the sensitivities and specificities of the two tests without introducing additional covariance parameters.
To account for residual dependence between the index and reference tests, more complex latent class models do include covariance terms among diseased and/or non-diseased individuals. Although potentially more flexible, these models are also more difficult to identify and estimate reliably, particularly in sparse data.
How do latent class models work?
Consider study i. Let
y11i denote the number of participants testing positive with both the index and reference tests,
y10i denote the number of participants testing positive with the index test and negative with the reference test,
y01i denote the number of participants testing negative with the index test and positive with the reference test, and
y00i denote the number of participants testing negative with both the index and reference tests.
Let
ni = y11i + y10i + y01i + y00i
denote the total sample size in study i.
Furthermore, let
p11i, p10i, p01i, p00i
denote the corresponding latent-class cell probabilities.
Conditional on the model parameters, the observed counts are assumed to follow a multinomial distribution,
θi ∼ 𝒩(0, σθ2), and αi ∼ 𝒩(0, σα2). The parameter Λ controls diagnostic accuracy, whereas Θ controls the diagnostic threshold. The shape parameter β determines the asymmetry of the summary ROC curve.
Using the Rutter and Gatsonis parameterization, the study-specific sensitivity and specificity of the index test are
The reduced latent class models of Liu et al. (2015) assume that the reference test has common sensitivity and specificity across studies.
SeR = logit−1(μA, ref),
and
SpR = logit−1(μB, ref).
The parameters
μA, ref and μB, ref
represent the logit sensitivity and specificity of the reference test, respectively.
How do we model the latent-class probabilities?
Under conditional independence the latent class probabilities for study i are then given by
p11i = πiSeiSeR + (1 − πi)(1 − Spi)(1 − SpR),
p10i = πiSei(1 − SeR) + (1 − πi)(1 − Spi)SpR,
p01i = πi(1 − Sei)SeR + (1 − πi)Spi(1 − SpR),
p00i = πi(1 − Sei)(1 − SeR) + (1 − πi)SpiSpR.
These probabilities correspond to the four observable cells
(y11i, y10i, y01i, y00i),
while the true disease status remains unobserved.
Model parameters (Reitsma version)
The reduced Reitsma latent class model therefore estimates
μprev, μA, index, μB, index, μA, ref, μB, ref,
together with
σprev2, σA, index2, σB, index2, σAB, index.
Model parameters (Rutter and Gatsonis version)
The reduced HSROC latent class model estimates
μprev, Λ, Θ, β, μA, ref, μB, ref,
together with
σprev2, σα2, σθ2.
For some datasets, the threshold heterogeneity parameter σθ2 may be estimated close to zero, suggesting that a reduced model with fixed threshold heterogeneity may provide an adequate description of the data. This phenomenon is discussed by Liu et al. (2015) and can also arise in practical applications when most between-study variation is attributable to changes in diagnostic accuracy rather than diagnostic threshold.
How does the model provide study-specific sensitivities/specificities?
Because the true disease status is unobserved, study-specific sensitivities and specificities are not directly available from the observed data. Instead, they are obtained as empirical Bayes estimates derived from the fitted latent class model. Conditional empirical Bayes variances are used to quantify uncertainty in study-level summaries and graphical displays.
How do we obtain starting values?
Starting values are obtained from simpler nested models. For example, the latent class models are initialized using parameter estimates from the corresponding non-latent-class Reitsma or HSROC models. Subgroup models use the fitted non-subgroup latent class model to obtain initial values for common parameters, while subgroup contrasts are initialized at zero.
Note: Rendering forest plots may take longer in an interactive R session due to the underlying grid graphics. Performance is typically faster when knitting the vignette (e.g. via RMarkdown or Quarto).
forest(papLCA)
How do I fit the Rutter and Gatsonis latent class model?
Note: Rendering forest plots may take longer in an interactive R session due to the underlying grid graphics. Performance is typically faster when knitting the vignette (e.g. via RMarkdown or Quarto).
forest(papLCA2)
How do I perform subgroup analyses?
In the subgroup models, the reference test’s logit mean sensitivity and specificity are assumed common across all subgroups, whereas the logit mean prevalence and its between-study random effect variance can differ across subgroups g = 1, …, G, i.e.,
μprev, g, σprev, g2.
However, by default σprev, 12 = … = σprev, 22 = … = σprev, G2 are assumed to be common. Separate prevalence heterogeneity parameters are estimated only when prev_variances="unequal".
Reitsma subgroup latent class model
For the index test, the Reitsma subgroup latent class model allows for different logit mean sensitivities and specificities across subgroups, i.e.,
μA, index, g, μB, index, g.
By default (variances="common"), a common between-study variance-covariance structure is assumed across all subgroups, i.e.,
Σ1 = Σ2 = … = ΣG. Alternatively, subgroup-specific variance-covariance matrices can be estimated by specifying variances="unequal". In this case, each subgroup has its own between-study variance-covariance matrix
$$\Sigma_{g} = \begin{pmatrix} \sigma^2_{A,\text{index},g} & \sigma_{AB,\text{index},g} \\ \sigma_{AB,\text{index},g} & \sigma^2_{B,\text{index},g} \end{pmatrix}.$$ For convenience, subgroup differences relative to the reference subgroup are also reported on the logit scale through the parameters νprev, νA, index, νB, index.
Rutter and Gatsonis subgroup latent class model
For the index test, the Rutter and Gatsonis subgroup latent class model allows for different accuracy, threshold and shape effects per subgroups, i.e.,
Λg, Θg, βg, while the random effects variances σα2 and σθ2 are assumed common across subgroups.
For convenience, subgroup differences relative to the reference subgroup are also reported through the parameters νg, ξg, γg, δg. ##
How do I fit the Reitsma subgroup latent class model?
Note: Rendering forest plots may take longer in an interactive R session due to the underlying grid graphics. Performance is typically faster when knitting the vignette (e.g. via RMarkdown or Quarto).
forest(papLCA3)
How do I fit the Rutter and Gatsonis latent class model?
Note: Rendering forest plots may take longer in an interactive R session due to the underlying grid graphics. Performance is typically faster when knitting the vignette (e.g. via RMarkdown or Quarto).
forest(papLCA4)
How do I apply these methods to the schuetz data set?
Liu, Y., Chen, Y., & Chu, H. (2015). A unification of models for meta-analysis of diagnostic accuracy studies without a gold standard. Biometrics, 71(2), 538–547.