11.5 Survival Function
S(t)=Pr(T>t)
T is the time of ‘death’ or other event under consideration.
S(t) is the probability of surviving up to time t.
But we dont observe T ! Rather we observe Y:
Y=min(T,C)
where C is the time of censoring. We also need to observe a status indicator:
δ={1,if T≤C0,if T>C
- These pairs (yn,δn) represent the survival data. (In R, they are combined to make a survival object using
Surv
)