summary.survfit {Design}R Documentation

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 summary.survfit

Value

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

See Also

summary.survfit

Examples






[Package Design version 2.0-12 Index]