Related Experiment Video
Updated: Sep 3, 2025

Establishing a Competing Risk Regression Nomogram Model for Survival Data
Published on: October 23, 2020
Survival prediction models: an introduction to discrete-time modeling
Krithika Suresh1, Cameron Severn2, Debashis Ghosh3
1Department of Biostatistics and Informatics, Colorado School of Public Health, Aurora, USA. krithika.suresh@cuanschutz.edu.
Discrete-time survival models offer a powerful alternative for predicting time-to-event outcomes, showing improved performance over traditional methods in some cases. These models leverage machine learning for enhanced accuracy in biomedical research.
Area of Science:
- Biostatistics
- Machine Learning
- Medical Informatics
Background:
- Time-to-event prediction models are crucial for clinical decisions.
- Censoring in data requires specialized modeling techniques.
- Discrete-time survival models offer an overlooked yet effective approach.
Purpose of the Study:
- To explore discrete-time survival models as an alternative to continuous-time models.
- To compare the predictive performance of discrete-time models with existing methods.
- To provide a guide and R code for implementing discrete-time survival prediction.
Main Methods:
- Applied discrete-time survival models to person-period data.
- Utilized binary classification algorithms within the discrete-time framework.
- Compared model predictions using time-dependent metrics accounting for censoring.
Main Results:
- Some discrete-time models outperformed the continuous-time Cox proportional hazards model.
- Random survival forests showed improved performance but were sometimes surpassed by discrete-time methods.
- The relative performance of classification methods varied across datasets.
Conclusions:
- Discrete-time methods provide a valuable approach for survival prediction, especially with machine learning integration.
- These models can handle continuous time-to-event data and multiple predictors.
- The study provides resources for wider adoption in medical research.
Related Concept Videos
Introduction To Survival Analysis
The primary goal of survival analysis is to estimate survival time—the time...
Survival Tree
Building a Survival Tree
Constructing a...
Assumptions of Survival Analysis
Parametric Survival Analysis: Weibull and Exponential Methods
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Survival Curves
The Kaplan-Meier estimator is the most common method for constructing survival curves. This...
Truncation in Survival Analysis
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...

