Definition
The sequential ordinal model generates an ordinal response Yi∈{1,…,J} via a sequence of J−1 binary decisions: subject i "exits" at level j (i.e., Yi=j) with conditional probability Φ(γj−xi′δ), given that it has "survived" through levels 1,…,j−1. This discrete-time hazard interpretation makes the sequential model the natural Bayesian framework for ordinal outcomes arising from survival or duration processes, and is equivalent to the continuation-ratio logit model of Agresti (1990) and Cox (1972).
Key Ideas
- Stage-by-stage binary decisions: unlike the cumulative ordinal model (Albert-Chib 1993b), which posits a single latent variable crossing J−1 ordered cutpoints, the sequential model factorizes into J−1 independent binary probits, one per level.
- Unordered cutpoints: γ1,…,γJ−1 are not constrained to be increasing; they are absorbed into an unrestricted parameter vector β=(γ1,…,γJ−1,δ′)′, simplifying posterior sampling.
- Right censoring: handled natively — a right-censored observation at level j generates only the "passed through" TN(0,∞) draws for levels 1,…,j−1, with no exit draw.
- Extensions: (i) interaction model with category-specific covariate effects δj; (ii) polynomial baseline γj=ϕ0+ϕ1j+ϕ2j2 (3 parameters vs. J−1).
- Equivalence: identical to the continuation-ratio model (Agresti 1990; Cox 1972; Ten Have-Uttal 1994) and to a discrete-time proportional hazard model (Kalbfleisch-Prentice 1980; Fahrmeir-Tutz 1994).
How It Works
Data Augmentation and Gibbs Sampler (Albert-Chib 2001, Algorithm 1)
For subject i with outcome Yi=j (uncensored), introduce j latent variables zi1,…,zij via zik=wik−γk, wik∼N(xik′β,1). The observation rule is:
Yi=j⟺zi1>0,…,zi,j−1>0,zij≤0
Yi=J⟺zi1>0,…,zi,J−1>0
Two-block Gibbs sampler:
Block 1 — z∣y,β: Draw each zik as an independent truncated normal:
- zik∼TN(0,∞)(xik′β,1) for k=1,…,j−1 ("passed through" levels)
- zij∼TN(−∞,0](xij′β,1) at the exit level
- For Yi=J: all J−1 draws from TN(0,∞)
Block 2 — β∣y,z: Stack all zik into a single response vector and the corresponding design rows into X. The full conditional is:
β∣y,z∼Nk(β^,(B0−1+X′X)−1)
Hierarchical Sequential Model (Albert-Chib 1998, §3.2)
Bridges the free-cutpoint model (M2) and the quadratic-polynomial model (M4) by placing a hierarchical prior on the cutpoints:
γj=ϕ0+ϕ1j+ϕ2j2+εj,εj∼iidN(0,τ2)
with τ2∼IG(c,d). As τ2→0, the model collapses to M4 (quadratic restriction); as τ2→∞, to M2 (free cutpoints). The four-block Gibbs sampler (Algorithm 2 of the 1998 manuscript) iterates over (z,β,β0,b) with the standard conjugate updates for the hierarchical Normal–Normal structure:
β^0=(A′B(b)A)−1(A′B(b)β),β^=(B(b)+∑Xi′Xi)−1(B(b)Aβ0+∑Xi′zi)
Hospital stay application: hierarchical cutpoint posterior means fall between M2 and M4 values, with τ2 posterior concentrating near values intermediate between the two extremes, confirming data-adaptive shrinkage toward the quadratic curve.
Marginal Likelihood via Chib (1995)
The Chib (1995) identity evaluates at a high-density point β∗:
lnm(y)=lnf(y∣β∗)+lnp(β∗)−lnp(β∗∣y)
The posterior ordinate p(β∗∣y) is Rao-Blackwellised: since β∣z is Normal with known parameters, average p(β∗∣z(g)) over the G Gibbs draws of z.
A training-sample prior is used: fit the model on an initial n0=200 observations with a flat prior; the resulting posterior (β^0,B^0) becomes the prior (β0,B0) for the full-data analysis.
Hospital Length-of-Stay Application (N=1000, J=12)
| Model |
Description |
lnm |
| M1 |
Cumulative probit |
−2146.7 |
| M2 |
Sequential basic |
−2098.6 |
| M3 |
Sequential + COMORB interaction |
−2117.0 |
| M4 |
Sequential + quadratic baseline |
−2094.0 |
| M5 |
Weibull |
−2191.2 |
| M6 |
Log-logistic |
−2223.2 |
| M4∗ |
Best reduced (5 covariates) |
−2092.1 |
Why It Matters
- Provides a natural Bayesian framework for discrete-time survival analysis: the sequential structure matches the data-generating process when ordinal levels represent ordered duration categories.
- Frees cutpoints from the ordering constraint of the cumulative model, simplifying the Gibbs sampler.
- The data-augmentation + Chib (1995) machinery transfers from binary probit with almost no modification, demonstrating the composability of Bayesian latent variable methods.
- Handles right censoring organically within the same sampler, with no additional algorithmic machinery.
Open Questions
- Efficiency degrades when J is large: the number of augmented latent variables grows linearly with J, inflating the stacked design matrix.
- The basic model assumes stage-invariant covariate effects; the interaction extension multiplies parameters as J grows.
- Prior sensitivity of marginal likelihood estimates to the training-sample prior choice (n0).
Related