Definition
The random effects probit (REPM) models a single binary outcome for subjects nested within clusters by positing a continuous latent response yijk for subject j in cluster i on occasion k, with response yijk=1 whenever yijk exceeds a threshold. Correlation within subjects (across occasions) and within clusters (across subjects) is captured by random effects drawn from a normal distribution — in contrast to Generalized Estimating Equations (GEE), which is semiparametric and marginalizes over between-cluster variability.
Key Ideas
- Two-level model (Gibbons-Bock 1987; Gibbons-Hedeker 1994): yijk=β0i+xijk′βij+wijk′α+εijk with subject random effects βij∼N(0,Σ(2)) and residual εijk∼N(0,1) (identifiability constraint). Level two covers subjects (repeated measurements within subject) or subjects within cluster.
- Three-level model (Gibbons-Hedeker 1997): adds a cluster-level (level-three) random effect β0i∼N(0,σ(3)2); three levels are: measurement occasions (1), subjects (2), clusters (3).
- Conditional independence: given the cluster-level effect θ(3), subjects within cluster i are independent → the marginal probability factorizes into nested integrals of dimension r+1 rather than (ni×r)+1, making numerical integration tractable.
- Response probability: P(yijk=1∣β∗,α)=Φ(zijk) where zijk=β0i+xijk′βij+wijk′α.
- Logistic variant: replace Φ(⋅) with Ψ(z)=1/(1+e−z) and residual variance 1→π2/3; conclusions virtually identical to probit; fixed-effect marginal maximum likelihood estimates (MMLEs) ~40% larger (scale).
- Ordinal extension (Hedeker-Gibbons 1994): for C-category ordered outcome, add C−1 threshold values; same Gibbs/MMLE machinery.
How It Works
- Cholesky orthogonalization: reparameterize β∗=T∗θ∗ where T∗T∗′=Σβ∗ (Cholesky factor); standardized θ∗ has identity covariance → standard normal prior for Gauss-Hermite quadrature.
- Three-level marginal probability (Gibbons-Hedeker 1997, eq. 8):
h(yi)=∫θ(3){j=1∏ni∫θ(2)(k=1∏nij[Φ(zijk)]1−yijk[1−Φ(zijk)]yijk)g(θ(2))dθ(2)}g(θ(3))dθ(3)
- Fisher scoring: differentiate log likelihood ∑ilogh(yi) with respect to α and unique elements of T; score equations involve nested Gauss-Hermite quadrature.
- Gaussian factorization (Gibbons-Hedeker 2000): Σβ∗=ΛDΛ′ with lower-triangular Λ and exponential-transformed diagonal D; preferred over Cholesky when variance components approach zero — avoids convergence failures in MIXOR.
- Empirical prior (Bock-Aitkin 1981): nonparametric estimate of g(θ) available as robustness check.
- Intraclass correlation coefficients (ICC): ICCcluster=σ(3)2/(σ(3)2+σ(2)2+1); ICCsubject=σ(2)2/(σ(3)2+σ(2)2+1).
Why It Matters
- Ignoring clustering inflates precision: standard errors from a fixed-effect probit are too small when observations are correlated within subjects or clusters, producing spuriously significant results.
- Two-level is often insufficient: multicenter longitudinal trials have three levels (occasion, subject, site); ignoring any one level gives inconsistent estimates and invalid tests.
- Full likelihood enables exact inference: unlike Generalized Estimating Equations, the REPM estimates the full likelihood, enabling Bayes factor model comparison and ICC estimation.
- Distinct from Multivariate Probit: multivariate probit models p simultaneous binary outcomes (health service types); random effects probit models one binary outcome repeated over time and/or nested in clusters. The two are complementary, not competing.
- Computationally tractable: typical practice (1 cluster-level + 1–2 subject-level random effects) requires only r+1=2–3 quadrature dimensions.
Open Questions
- Scalability beyond 5–6 random effects requires Gibbs sampling (Geman-Geman 1984) or Markov Chain Monte Carlo (MCMC) data augmentation (Albert-Chib 1993b; Chib-Greenberg 1998).
- Choice of number of random effects at each level: deviance testing may be sample-size sensitive; information criteria may be preferable.
- Non-normal random-effects distributions: the empirical prior (Bock-Aitkin 1981) and rectangular prior produce identical conclusions in the Television School and Family Smoking Prevention study (TVSFP), but formal robustness theory is limited.
Related