11.12 Regression models
- The hazard function can be used to specify a likelihood (for maximum likelihood methods)
L=n∏i=1h(yi)δiS(yi)
For a non-censored data point, the factor is h(yi)S(yi)=f(yi) , the probability of dying in an tiny interval around yi
For a censored data point, the factor is just S(yi), the probability of surviving at least until yi.
This could be used for some parameterized model of h, Exercise 9 looks at this for a simple (constant hazard) example.
But we really want to do regression, and one approach is to assume functional form like h(t|xi)=exp(β0+∑pj=1βjxij). This could be used in the likelihood to estimate the parameters, but the lack of time dependence is very restrictive.