Pattern-Mixture Model

missing-datalongitudinal-datamixed-effectsrandom-effectsmultilevel-modelmaximum-likelihood

Definition

A pattern-mixture model (PMM) handles nonignorable, missing-not-at-random (MNAR) dropout in longitudinal studies by stratifying the observed-data distribution by the dropout pattern — the number of complete observations each subject provides — and then analyzing the joint model of outcome and pattern without specifying a separate dropout mechanism. In contrast to selection models (Heckman 1976; Diggle-Kenward 1994), which model the dropout probability conditional on the outcome, PMMs treat the pattern as a between-subjects factor and estimate pattern-specific trajectory parameters.

Key Ideas

How It Works

  1. Define patterns: Identify the distinct dropout times d{d1,,dK}d \in \{d_1, \ldots, d_K\} observed in the data; group subjects accordingly.
  2. Augment the design matrix: Add K1K-1 dummy variables for patterns (or pattern × time interactions) to Wi\mathbf{W}_i.
  3. Fit mixed-effects regression model (MRM): Estimate the augmented mixed-effects model by marginal maximum likelihood estimator (MMLE); the pattern dummies absorb systematic differences in mean trajectory across dropout patterns.
  4. Interpret pattern effects: Significant pattern × time interaction indicates that the trajectory shape differs between completers and early dropouts — a signal of potential nonignorable missing data.
  5. Sensitivity: Compare inferences (treatment effects, slopes) with and without pattern terms; robustness across specifications strengthens conclusions.

Why It Matters

Open Questions

Related