Given a cox model:

 

library(Hmisc); library(survival); (library(Design); 

cox.model=cph(Surv(futime,  fustat) ~ age, data=ovarian, surv=T)

str(cox.model)

 

What I need is the total estimated time until failure (death), not the
probability of failing at a given time (survival probability), or hazard
etc, which is what I get from survest and predict for example.

 

I suspect the answer is embarrassing simple...

 

Eleni Rapsomaniki

 

Research Associate

Strangeways Research Laboratory

Department of Public Health and Primary Care

 

 

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to