Anderson-Bergman (2017) icenReg: Regression Models for Interval Censored Data in R

interval-censoringsurvival-analysisnonparametric-maximum-likelihoodproportional-hazardsaccelerated-failure-timeproportional-oddssemiparametricr-softwarecensoring

Summary

This Journal of Statistical Software paper introduces the R package icenReg for regression with interval-censored survival data — data in which an event time is known only to lie within an interval. It reviews the three model classes for interval-censored data — the nonparametric maximum likelihood estimator (NPMLE / Turnbull estimator), semiparametric regression (proportional hazards, proportional odds, accelerated failure time), and fully parametric regression — and provides fast, reliable fitting algorithms for all three, plus imputation of the censored responses and diagnostics for the regression effects and baseline distribution.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"Interval censored data occurs when an event time is known only up to an interval."

"The non-parametric maximum likelihood estimator (NPMLE; Turnbull 1976) is often preferred, a generalization of the Kaplan Meier curves… This is also referred to as the Turnbull estimator."

My Take

As a software paper its value to the wiki is mostly as a clear map of the interval-censoring problem, which is the awkward middle child of survival analysis: right censoring has clean partial-likelihood machinery, but once the event time is only bracketed, even the nonparametric estimator loses its n\sqrt n rate and the Cox model loses its tidy separation of baseline and regression. icenReg's three-tier design (nonparametric for honesty, semiparametric for robustness, parametric for efficiency, with diagnostics to move between them) is a sensible template. It sits naturally beside the parametric-survival and counting-process pages as the third corner of the survival cluster — the one that takes the observation scheme, not the hazard family or the martingale, as the hard part.