Loading AI tools
Class of statistical survival models From Wikipedia, the free encyclopedia
Proportional hazards models are a class of survival models in statistics. Survival models relate the time that passes, before some event occurs, to one or more covariates that may be associated with that quantity of time. In a proportional hazards model, the unique effect of a unit increase in a covariate is multiplicative with respect to the hazard rate. The hazard rate at time is the probability per short time dt that an event will occur between and given that up to time no event has occurred yet. For example, taking a drug may halve one's hazard rate for a stroke occurring, or, changing the material from which a manufactured component is constructed, may double its hazard rate for failure. Other types of survival models such as accelerated failure time models do not exhibit proportional hazards. The accelerated failure time model describes a situation where the biological or mechanical life history of an event is accelerated (or decelerated).
Survival models can be viewed as consisting of two parts: the underlying baseline hazard function, often denoted , describing how the risk of event per time unit changes over time at baseline levels of covariates; and the effect parameters, describing how the hazard varies in response to explanatory covariates. A typical medical example would include covariates such as treatment assignment, as well as patient characteristics such as age at start of study, gender, and the presence of other diseases at start of study, in order to reduce variability and/or control for confounding.
The proportional hazards condition[1] states that covariates are multiplicatively related to the hazard. In the simplest case of stationary coefficients, for example, a treatment with a drug may, say, halve a subject's hazard at any given time , while the baseline hazard may vary. Note however, that this does not double the lifetime of the subject; the precise effect of the covariates on the lifetime depends on the type of . The covariate is not restricted to binary predictors; in the case of a continuous covariate , it is typically assumed that the hazard responds exponentially; each unit increase in results in proportional scaling of the hazard.
Sir David Cox observed that if the proportional hazards assumption holds (or, is assumed to hold) then it is possible to estimate the effect parameter(s), denoted below, without any consideration of the full hazard function. This approach to survival data is called application of the Cox proportional hazards model,[2] sometimes abbreviated to Cox model or to proportional hazards model.[3] However, Cox also noted that biological interpretation of the proportional hazards assumption can be quite tricky.[4][5]
Let Xi = (Xi1, … , Xip) be the realized values of the p covariates for subject i. The hazard function for the Cox proportional hazards model has the form This expression gives the hazard function at time t for subject i with covariate vector (explanatory variables) Xi. Note that between subjects, the baseline hazard is identical (has no dependency on i). The only difference between subjects' hazards comes from the baseline scaling factor .
To start, suppose we only have a single covariate, , and therefore a single coefficient, . Our model looks like:
Consider the effect of increasing by 1:
We can see that increasing a covariate by 1 scales the original hazard by the constant . Rearranging things slightly, we see that:
The right-hand-side is constant over time (no term has a in it). This relationship, , is called a proportional relationship.
More generally, consider two subjects, i and j, with covariates and respectively. Consider the ratio of their hazards:
The right-hand-side isn't dependent on time, as the only time-dependent factor, , was cancelled out. Thus the ratio of hazards of two subjects is a constant, i.e. the hazards are proportional.
Often there is an intercept term (also called a constant term or bias term) used in regression models. The Cox model lacks one because the baseline hazard, , takes the place of it. Let's see what would happen if we did include an intercept term anyways, denoted : where we've redefined to be a new baseline hazard, . Thus, the baseline hazard incorporates all parts of the hazard that are not dependent on the subjects' covariates, which includes any intercept term (which is constant for all subjects, by definition).
The Cox partial likelihood, shown below, is obtained by using Breslow's estimate of the baseline hazard function, plugging it into the full likelihood and then observing that the result is a product of two factors. The first factor is the partial likelihood shown below, in which the baseline hazard has "canceled out". It is simply the probability for subjects to have experienced events in the order that they actually have occurred, given the set of times of occurrences and given the subjects' covariates. The second factor is free of the regression coefficients and depends on the data only through the censoring pattern. The effect of covariates estimated by any proportional hazards model can thus be reported as hazard ratios.
To calculate the partial likelihood, the probability for the order of events, let us index the M samples for which events have already occurred by increasing time of occurrence, Y1 < Y2 < ... < YM. Covariates of all other subjects for which no event has occurred get indices M+1,.., N. The partial likelihood can be factorized into one factor for each event that has occurred. The i 'th factor is the probability that out of all subjects (i,i+1,..., N) for which no event has occurred before time Yi, the one that actually occurred at time Yi is the event for subject i: where θj = exp(Xj ⋅ β) and the summation is over the set of subjects j where the event has not occurred before time Yi (including subject i itself). Obviously 0 < Li(β) ≤ 1.
Treating the subjects as statistically independent of each other, the partial likelihood for the order of events [6] is where the subjects for which an event has occurred are indicated by Ci = 1 and all others by Ci = 0. The corresponding log partial likelihood is where we have written using the indexing introduced above in a more general way, as . Crucially, the effect of the covariates can be estimated without the need to specify the hazard function over time. The partial likelihood can be maximized over β to produce maximum partial likelihood estimates of the model parameters.
The partial score function is
and the Hessian matrix of the partial log likelihood is
Using this score function and Hessian matrix, the partial likelihood can be maximized using the Newton-Raphson algorithm. The inverse of the Hessian matrix, evaluated at the estimate of β, can be used as an approximate variance-covariance matrix for the estimate, and used to produce approximate standard errors for the regression coefficients.
Several approaches have been proposed to handle situations in which there are ties in the time data. Breslow's method describes the approach in which the procedure described above is used unmodified, even when ties are present. An alternative approach that is considered to give better results is Efron's method.[7] Let tj denote the unique times, let Hj denote the set of indices i such that Yi = tj and Ci = 1, and let mj = |Hj|. Efron's approach maximizes the following partial likelihood.
The corresponding log partial likelihood is the score function is and the Hessian matrix is where
Note that when Hj is empty (all observations with time tj are censored), the summands in these expressions are treated as zero.
Below are some worked examples of the Cox model in practice.
Suppose the endpoint we are interested in is patient survival during a 5-year observation period after a surgery. Patients can die within the 5-year period, and we record when they died, or patients can live past 5 years, and we only record that they lived past 5 years. The surgery was performed at one of two hospitals, A or B, and we would like to know if the hospital location is associated with 5-year survival. Specifically, we would like to know the relative increase (or decrease) in hazard from a surgery performed at hospital A compared to hospital B. Provided is some (fake) data, where each row represents a patient: T is how long the patient was observed for before death or 5 years (measured in months), and C denotes if the patient died in the 5-year period. We have encoded the hospital as a binary variable denoted X: 1 if from hospital A, 0 from hospital B.
hospital | X | T | C |
---|---|---|---|
B | 0 | 60 | False |
B | 0 | 32 | True |
B | 0 | 60 | False |
B | 0 | 60 | False |
B | 0 | 60 | False |
A | 1 | 4 | True |
A | 1 | 18 | True |
A | 1 | 60 | False |
A | 1 | 9 | True |
A | 1 | 31 | True |
A | 1 | 53 | True |
A | 1 | 17 | True |
Our single-covariate Cox proportional model looks like the following, with representing the hospital's effect, and i indexing each patient:
Using statistical software, we can estimate to be 2.12. The hazard ratio is the exponential of this value, . To see why, consider the ratio of hazards, specifically:
Thus, the hazard ratio of hospital A to hospital B is . Putting aside statistical significance for a moment, we can make a statement saying that patients in hospital A are associated with a 8.3x higher risk of death occurring in any short period of time compared to hospital B.
There are important caveats to mention about the interpretation:
To demonstrate a less traditional use case of survival analysis, the next example will be an economics question: what is the relationship between a company's price-to-earnings ratio (P/E) on their first IPO anniversary and their future survival? More specifically, if we consider a company's "birth event" to be their first IPO anniversary, and any bankruptcy, sale, going private, etc. as a "death" event the company, we'd like to know the influence of the companies' P/E ratio at their "birth" (first IPO anniversary) on their survival.
Provided is a (fake) dataset with survival data from 12 companies: T represents the number of days between first IPO anniversary and death (or an end date of 2022-01-01, if did not die). C represents if the company died before 2022-01-01 or not. P/E represents the company's price-to-earnings ratio at its 1st IPO anniversary.
Co. | 1 year IPO date | Death date* | C | T | P/E |
---|---|---|---|---|---|
0 | 2000-11-05 | 2011-01-22 | True | 3730 | 9.7 |
1 | 2000-12-01 | 2003-03-30 | True | 849 | 12.0 |
2 | 2011-01-05 | 2012-03-30 | True | 450 | 3.0 |
3 | 2010-05-29 | 2011-02-22 | True | 269 | 5.3 |
4 | 2005-06-23 | 2022-01-01 | False | 6036 | 10.8 |
5 | 2000-06-10 | 2002-07-24 | True | 774 | 6.3 |
6 | 2011-07-11 | 2014-05-01 | True | 1025 | 11.6 |
7 | 2007-09-27 | 2022-01-01 | False | 5210 | 10.3 |
8 | 2006-07-30 | 2010-06-03 | True | 1404 | 8.0 |
9 | 2000-07-13 | 2001-07-19 | True | 371 | 4.0 |
10 | 2013-06-10 | 2018-10-10 | True | 1948 | 5.9 |
11 | 2011-07-16 | 2014-08-15 | True | 1126 | 8.3 |
Unlike the previous example where there was a binary variable, this dataset has a continuous variable, P/E; however, the model looks similar: where represents a company's P/E ratio. Running this dataset through a Cox model produces an estimate of the value of the unknown , which is -0.34. Therefore, an estimate of the entire hazard is:
Since the baseline hazard, , was not estimated, the entire hazard is not able to be calculated. However, consider the ratio of the companies i and j's hazards:
All terms on the right are known, so calculating the ratio of hazards between companies is possible. Since there is no time-dependent term on the right (all terms are constant), the hazards are proportional to each other. For example, the hazard ratio of company 5 to company 2 is . This means that, within the interval of study, company 5's risk of "death" is 0.33 ≈ 1/3 as large as company 2's risk of death.
There are important caveats to mention about the interpretation:
Extensions to time dependent variables, time dependent strata, and multiple events per subject, can be incorporated by the counting process formulation of Andersen and Gill.[8] One example of the use of hazard models with time-varying regressors is estimating the effect of unemployment insurance on unemployment spells.[9][10]
In addition to allowing time-varying covariates (i.e., predictors), the Cox model may be generalized to time-varying coefficients as well. That is, the proportional effect of a treatment may vary with time; e.g. a drug may be very effective if administered within one month of morbidity, and become less effective as time goes on. The hypothesis of no change with time (stationarity) of the coefficient may then be tested. Details and software (R package) are available in Martinussen and Scheike (2006).[11][12]
In this context, it could also be mentioned that it is theoretically possible to specify the effect of covariates by using additive hazards,[13] i.e. specifying If such additive hazards models are used in situations where (log-)likelihood maximization is the objective, care must be taken to restrict to non-negative values. Perhaps as a result of this complication, such models are seldom seen. If the objective is instead least squares the non-negativity restriction is not strictly required.
The Cox model may be specialized if a reason exists to assume that the baseline hazard follows a particular form. In this case, the baseline hazard is replaced by a given function. For example, assuming the hazard function to be the Weibull hazard function gives the Weibull proportional hazards model.
Incidentally, using the Weibull baseline hazard is the only circumstance under which the model satisfies both the proportional hazards, and accelerated failure time models.
The generic term parametric proportional hazards models can be used to describe proportional hazards models in which the hazard function is specified. The Cox proportional hazards model is sometimes called a semiparametric model by contrast.
Some authors use the term Cox proportional hazards model even when specifying the underlying hazard function,[14] to acknowledge the debt of the entire field to David Cox.
The term Cox regression model (omitting proportional hazards) is sometimes used to describe the extension of the Cox model to include time-dependent factors. However, this usage is potentially ambiguous since the Cox proportional hazards model can itself be described as a regression model.
There is a relationship between proportional hazards models and Poisson regression models which is sometimes used to fit approximate proportional hazards models in software for Poisson regression. The usual reason for doing this is that calculation is much quicker. This was more important in the days of slower computers but can still be useful for particularly large data sets or complex problems. Laird and Olivier (1981)[15] provide the mathematical details. They note, "we do not assume [the Poisson model] is true, but simply use it as a device for deriving the likelihood." McCullagh and Nelder's[16] book on generalized linear models has a chapter on converting proportional hazards models to generalized linear models.
In high-dimension, when number of covariates p is large compared to the sample size n, the LASSO method is one of the classical model-selection strategies. Tibshirani (1997) has proposed a Lasso procedure for the proportional hazard regression parameter.[17] The Lasso estimator of the regression parameter β is defined as the minimizer of the opposite of the Cox partial log-likelihood under an L1-norm type constraint.
There has been theoretical progress on this topic recently.[18][19][20][21]
CoxModelFit
function.[22]coxph()
function, located in the survival package.phreg
procedurestcox
commandCoxPHFitter
located in the lifelines library. phreg
in the statsmodels library.fitcox
or coxphfit
functionSeamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.