Next: Discrete time approximation
Up: Event History Analysis
Previous: Parametric survival models
Contents
- The assumption of a parametric form to the survival curve is a serious one that can often be problematic. Two semi-parametric methods have been developed to reduce the importance of this assumption.
- Piecewise constant exponential model
- Cox proportional hazards model
- Probably the most popular model for estimating event history is the Cox proportional hazard model, also called Cox regression.
- Cox regression is popular because it makes no assumptions about the underlying hazard function. It simply assumes that relative risks are constant across all times (thus "proportional hazards).
Where
can be any hazard function.
- The set up for the Cox regression is similar to that for other models. The model requires the value of covariates, the status of the individual at the end of the interval, and the length of the interval. Time-varying covariates can be added in the normal way.
- Estimation of the Cox regression model is complex and requires a technique called partial likelihood rather than MLE.
- The basic idea is that Cox regression uses information on the rank-ordering of survival times to look at the likelihood that the
th individual will be the next to experience an event.
- Caution: when there are many tied event times, Cox regression can give biased results.
- Here is a comparison of the relative risk for black students under various models
| Model |
log(RR) |
RR |
| Exponential |
0.77 |
2.17 |
| Weibull |
0.79 |
2.21 |
| Gompertz |
0.78 |
2.18 |
| Piecewise Constant |
0.78 |
2.18 |
| Cox |
0.83 |
2.30 |
Next: Discrete time approximation
Up: Event History Analysis
Previous: Parametric survival models
Contents
Aaron
2005-12-21