Re: [R] median survival time from survfit

2011-03-18 Thread Dunia Scheid
Many thanks! 2011/3/18 Marc Schwartz > On Mar 18, 2011, at 6:06 AM, Dunia Scheid wrote: > > > Hello, > > > > I am trying to compute the mdeian of the survival time from the function > > survfit: > > > >> fit <- survfit(Surv(time, status) ~ 1) > >> fit > > Call: survfit(formula = Surv(time, statu

Re: [R] median survival time from survfit

2011-03-18 Thread Marc Schwartz
On Mar 18, 2011, at 6:06 AM, Dunia Scheid wrote: > Hello, > > I am trying to compute the mdeian of the survival time from the function > survfit: > >> fit <- survfit(Surv(time, status) ~ 1) >> fit > Call: survfit(formula = Surv(time, status) ~ 1) > > records n.max n.start events median 0.95

[R] median survival time from survfit

2011-03-18 Thread Dunia Scheid
Hello, I am trying to compute the mdeian of the survival time from the function survfit: > fit <- survfit(Surv(time, status) ~ 1) > fit Call: survfit(formula = Surv(time, status) ~ 1) records n.max n.start events median 0.95LCL 0.95UCL 111 111 111 20 NA NA NA