Multilevel Ordinal Regression

mixed-effectsrandom-effectslongitudinal-dataclustered-dataordinal-datamultilevel-modelmaximum-marginal-likelihoodquadratureproportional-oddssurvival-analysisitem-response-theorylatent-variableglmmempirical-bayes

Definition

Multilevel ordinal regression extends the proportional odds (or partial proportional odds) model to clustered or longitudinal data by adding subject-specific random effects θjN(0,I)\boldsymbol{\theta}_j \sim \mathcal{N}(\mathbf{0}, \mathbf{I}). For observation ii nested in level-2 unit jj and cumulative category boundary cc, the model is log[Pijc/(1Pijc)]=γc[xijβ+zijTθj]\log[P_{ijc}/(1-P_{ijc})] = \gamma_c - [x_{ij}'\beta + z_{ij}'T\theta_j], where TT=ΩTT'=\Omega is the Cholesky-parameterized random-effect covariance. Because there is a single β\beta vector (one latent continuum, cut by thresholds), the model inherits the "threshold concept" of the cumulative logit: all category transitions are driven by the same covariate effects, differing only in their cut-points γc\gamma_c. Estimation proceeds by maximum marginal likelihood (MML) via Gauss-Hermite quadrature (GHQ) and Fisher scoring.

Key Ideas

How It Works

  1. Conditional likelihood: Given θj\theta_j, the observations within unit jj are conditionally independent ordinal draws; the product over time points gives (yjθj)=ic[PijcPij,c1]yijc\ell(\mathbf{y}_j | \theta_j) = \prod_i \prod_c [P_{ijc} - P_{ij,c-1}]^{y_{ijc}}.
  2. Marginal likelihood: h(yj)=(yjθ)g(θ)dθh(\mathbf{y}_j) = \int \ell(\mathbf{y}_j | \theta)g(\theta)d\theta; approximated by Gauss-Hermite quadrature with QrQ^r points (rr = number of random effects).
  3. Fisher scoring: Gradient and observed information are summed over units and quadrature nodes; iterative updates of (β,γ,T)(\beta, \boldsymbol{\gamma}, T) converge to the MML estimate.
  4. Proportionality testing: likelihood-ratio (LR) χ2\chi^2 with h(C2)h(C-2) degrees of freedom tests the null that all hh covariates satisfy proportional odds; partial non-proportionality models are nested within the full non-proportional model.
  5. Computational alternatives: marginal/penalized quasi-likelihood (MQL/PQL) linearisation can bias variance estimates; Laplace approximation (as in HLM software) is fast and often sufficiently accurate; adaptive quadrature (3 pts/dim) outperforms ordinary GHQ for r>2r>2; Markov Chain Monte Carlo (MCMC) is preferred for large rr.

Why It Matters

Open Questions

Related