Which method should I use?
Describe your research situation in a few words; we surface the methods from the library that best fit your goal and data.
Recommendations for: analyze the time until an event occurs with censored observations
- Weibull RegressionSurvival
Weibull regression is a fully parametric survival model, formalised by Kalbfleisch and Prentice, that assumes survival times follow a Weibull distribution. A shape parameter controls whether the hazard increases, decreases, or remains constant over time, while covariates shift the scale of the distribution to express how predictors affect survival.
- Kaplan-Meier EstimatorStatistics
The Kaplan-Meier estimator is a nonparametric method for estimating the survival function S(t) — the probability that an individual survives beyond time t — from data that include censored observations. Introduced by Edward L. Kaplan and Paul Meier in their landmark 1958 JASA paper, it is the standard first step in any survival analysis and is among the most-cited statistical methods in biomedical research.
- Royston-Parmar ModelSurvival
The Royston-Parmar model, introduced by Royston and Parmar in 2002, is a modern parametric approach to survival analysis that replaces the rigid distributional assumptions of classical models with a restricted cubic spline fitted to the log-cumulative-hazard scale. It combines the interpretability of a fully parametric model with the flexibility to capture non-standard hazard shapes, and it supports proportional-hazards, accelerated failure-time, and proportional-odds link functions.
- Kaplan-MeierSurvival
The Kaplan-Meier estimator, introduced by Kaplan and Meier in 1958, is a non-parametric method that estimates the survival curve — the probability of remaining event-free over time — from right-censored time-to-event data. The log-rank test is the companion procedure used to compare survival curves between groups.
- Accelerated Failure Time ModelSurvival
The Accelerated Failure Time model is a parametric regression approach to survival analysis — formally reviewed and advocated by L. J. Wei in 1992 — in which covariates act as multiplicative factors that directly stretch or compress the time-to-event scale. Unlike the Cox proportional-hazards model, which models how covariates shift the hazard rate, AFT models express the covariate effect as an acceleration or deceleration of the time axis itself.
- Cox RegressionSurvival
Cox proportional hazards regression, introduced by D. R. Cox in 1972, is a semi-parametric model that estimates how one or more covariates affect the hazard — the instantaneous rate of experiencing an event — while leaving the baseline hazard function unspecified. It is the standard multivariable method in survival analysis and produces hazard ratios that quantify the relative risk associated with each predictor.
Common question: which method?
For the most-asked situations, the methods the library surfaces.
Which method compares the means of two or more groups?
- Independent samples t-testStatistics
- Welch t-testStatistics
- Hotelling's T² TestStatistics
Which method predicts a continuous outcome from several variables?
- Multivariate RegressionStatistics
- Bayesian Multiple linear regressionStatistics
- Robust Multiple linear regressionStatistics
Which method classifies observations into categories?
- Grey ClusteringSoft Computing
- CNN Image ClassificationDeep Learning
- YOLODeep Learning
Which method groups similar observations without labels?
- K-Means ClusteringMachine Learning
- Hierarchical ClusteringMachine Learning
- Sentence EmbeddingsDeep Learning
Which method tests the association between two variables?
- Robust CorrelationStatistics
- Cramer's VStatistics
- Spearman CorrelationStatistics
Which method reduces many correlated variables to a few factors?
- Principal Component AnalysisMachine Learning
- Partial Least SquaresMachine Learning
- Locally Linear EmbeddingMachine Learning
Which method ranks alternatives across multiple criteria?
Refine this scenario →Which method analyzes time-to-event data with censoring?
- Weibull RegressionSurvival
- Kaplan-Meier EstimatorStatistics
- Royston-Parmar ModelSurvival