Re: [R] How do i compute predicted failure time from a cox model?

2009-02-16 Thread Frank E Harrell Jr
Eleni Rapsomaniki wrote: 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 (sur

[R] How do i compute predicted failure time from a cox model?

2009-02-16 Thread Eleni Rapsomaniki
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 haz

[R] How do i compute predicted failure time from a cox model?

2009-02-16 Thread Eleni Rapsomaniki
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),