Displaying 1 result from an estimated 1 matches for "mdeian".
Did you mean:
  mdebian
  
2011 Mar 18
1
median survival time from survfit
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
The results is NA? the fit$surv...