Event History Analysis

event-historysurvival-analysisdiscrete-timelogistic-regressionunobserved-heterogeneityfrailtyhazardage-period-cohortbayes-factordemography

Definition

Event history analysis (a.k.a. survival, duration, or failure-time analysis in other disciplines) models the timing of transitions between states — the "hazard" of an event occurring in an interval given survival up to it — as a function of covariates and elapsed time. In its discrete-time form the timeline is split into intervals and each unit-at-risk-per-interval is treated as a separate observation, so the hazard is fitted by logistic (or complementary-log-log) regression. It is the workhorse of demography and event-based sociology, and extends to unobserved heterogeneity (frailty) — individual-specific random effects capturing risk propensity not explained by covariates.

Key Ideas

How It Works

Construct the person-period (episode-split) dataset: one record per unit per interval at risk, with an event indicator and the current values of all time-varying covariates and clocks. Fit the discrete-time hazard by logistic regression; add random effects for frailty and estimate by MCMC. Compare specifications (which clocks, which codings) by Bayes factors — the marginal likelihood of a frailty model can be obtained from MCMC output by the Compound Laplace-Metropolis estimator, extending the Laplace-Metropolis estimator to models with latent variables.

Why It Matters

Open Questions

Related