Learn R Programming

DTR (version 1.7)

summary.DTR: Summary of survival curves

Description

Returns an object of class summary.DTR. See DTR.object for details.

Usage

## S3 method for class 'DTR':
summary(object, ...)

Arguments

object
the result of a call to the LDTestimate function or WRSEestimate function
...
for future methods

Value

  • The function returns an object of class summary.DTR.

See Also

DTR.object, print.DTR, print.summary.DTR, plot.DTR

Examples

Run this code
data("LDTdata")
est <- LDTestimate(data=LDTdata)
summary(est)

Run the code above in your browser using DataLab