Cox Proportional Hazards Regression
Also known as: cox ph model, proportional hazards model, cox ph regression, Cox Orantılı Tehlikeler Regresyonu
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.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Cox regression is the appropriate tool when you have right-censored time-to-event data and need to adjust for one or more covariates simultaneously, estimate adjusted hazard ratios, or build a multivariable prognostic model. The data can come from longitudinal or panel designs. The method requires at least 50 observations and, more critically, at least 10 events per predictor variable (the events-per-variable, or EPV, rule). The proportional hazards assumption must hold; if Schoenfeld residuals reveal a violation, consider adding time-varying coefficients or splitting the time axis. When competing risks are present — where a subject can experience one of several distinct event types — the Fine-Gray subdistribution hazard model is the correct extension.
Strengths & limitations
- Adjusts simultaneously for multiple covariates without specifying the shape of the baseline hazard, making it robust to distributional misspecification.
- Produces hazard ratios — a widely understood and directly interpretable measure of relative risk.
- Handles right-censored observations correctly, retaining information from subjects who do not experience the event.
- Accepted as the standard multivariable survival method across medicine, epidemiology, and social sciences; results are immediately interpretable by reviewers.
- The proportional hazards assumption can be violated; when the effect of a predictor changes over time, the single hazard ratio estimate is a weighted average and may be misleading.
- Requires at least 10 events per predictor variable; sparse data produces biased, imprecise coefficient estimates.
- Cannot directly model competing risks — when subjects can die from causes other than the event of interest, a Fine-Gray model is needed.
- The baseline hazard is left unspecified, so the model cannot directly predict absolute survival probabilities without an additional step.
Frequently asked
What is a hazard ratio and how do I interpret it?
The hazard ratio (HR) for a predictor is exp(β̂) where β̂ is the estimated regression coefficient. An HR of 1.5 means that at any point in time, subjects with one additional unit of the predictor have a 50% higher instantaneous event rate than the reference group. An HR below 1 indicates a protective association. Always report the HR with a 95% confidence interval; a p-value alone does not convey the direction or magnitude of the effect.
How do I check the proportional hazards assumption?
The standard approach is to compute Schoenfeld residuals for each covariate and test whether they show a trend over time using the Grambsch–Therneau test (cox.zph in R). A statistically significant test for a covariate (p < 0.05) indicates that the hazard ratio for that covariate is not constant over follow-up. A complementary visual check is the log-log survival plot: if the proportional hazards assumption holds, the curves for different groups should be roughly parallel on a log(−log) scale.
What should I do if the proportional hazards assumption is violated?
Several options exist depending on the nature of the violation. If the effect of a predictor changes smoothly over time, time-varying coefficients — also called a time-by-covariate interaction — can be added to the model. If a stratification variable violates the assumption but its effect is not of primary interest, the model can be stratified by that variable, allowing each stratum its own baseline hazard. Alternatively, an accelerated failure time (AFT) model or a flexible parametric model may be more appropriate.
When should I use Fine-Gray regression instead of Cox regression?
Fine-Gray regression is appropriate when subjects can experience one of several distinct event types and you want to model the cumulative incidence of a specific event type in the presence of the others. In such a competing-risks setting, treating other-cause events as simple censoring in a Cox model can underestimate the cumulative incidence of the event of interest. The Fine-Gray model directly models the subdistribution hazard, which corresponds to the cumulative incidence function.
Sources
- Cox, D. R. (1972). Regression Models and Life-Tables. Journal of the Royal Statistical Society: Series B, 34(2), 187–202. DOI: 10.1111/j.2517-6161.1972.tb00899.x ↗
- Therneau, T. M. & Grambsch, P. M. (2000). Modeling Survival Data: Extending the Cox Model. Springer. ISBN: 978-0387987842
How to cite this page
ScholarGate. (2026, June 1). Cox Proportional Hazards Regression. ScholarGate. https://scholargate.app/en/survival/cox-regression
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Kaplan-MeierSurvival↔ compare
- Log-Rank TestSurvival↔ compare
- Nelson-Aalen EstimatorSurvival↔ compare