summary.survfit(object, times, censored=FALSE, scale=1, ...)
survfit
.censored=T
, the default times
vector contains all the unique times in
fit
times
argument is present.survfit
were in
days, scale=365.25
would scale the output to years.fit
survfit
, print.summary.survfit
.data(ovarian)
summary( survfit( Surv(futime, fustat),data=ovarian))
Run the code above in your browser using DataLab