Overview
Terry M. Therneau is a biostatistician (Mayo Clinic), best known as the author of the R survival package — the reference implementation of survival analysis in R — and of the rpart recursive-partitioning package.
Key Contributions / Features
- Penalized survival models and frailty (Therneau-Grambsch-Pankratz 2003): fitting frailty (random-effects) survival models via penalized likelihood in
coxph.
- Modeling Survival Data: Extending the Cox Model (Therneau-Grambsch 2000): the standard applied reference for martingale residuals, time-dependent effects, and proportional-hazards diagnostics.
- The R
survival package (coxph, survfit, Surv) and rpart (CART) — among the most widely used statistical software.
- rpart / recursive partitioning (Therneau-Atkinson 2023): the reference CART implementation and vignette.
Related