Design version of survival Package summary.survfit

DESCRIPTION:

This is a modified version of the survival packages's summary.survfit function. It returns a list containing the survival curve, confidence limits, and other information.

USAGE:

## S3 method for class 'survfit':
summary(object, times, censored = FALSE, scale = 1, ...)

ARGUMENTS:

object
result of survfit
times
censored
scale
...
see

VALUE:

a list with components time,surv,n.risk,n.event,std.err,conf.int,lower,upper,strata,call,na.action

SEE ALSO:

EXAMPLES: