Skip to content
Prev 334602 / 398506 Next

estimating survival function from Cox model

The standard error of the curve cannot be extracted from the summary information you have.
The variance is made up of two terms, one of which is a sum over all the death times, of a 
quadratic term per death time.  That term involves the variance matrix of the Cox model 
coefficients, the target value for x (the curve you want to calculate) and the average 
value of x at that time in the data set from which the Cox model was created.
   Just like linear regression, the se are higher when you predict "far from the center" 
of the original data set.

Terry Therneau
On 12/18/2013 05:00 AM, r-help-request at r-project.org wrote: