Skip to content
Prev 173179 / 398506 Next

understanding the output from survival analysis

Survreg models the time till death, a postive coefficient --> a longer time.
  Coxph models the death rate, a positive coefficient --> higher death rate.
  
  So in the first a positive is good, in the second it is bad.
Commonly one would use predict(fit) to get predictions.  There are several 
options.
  
  	Terry Therneau