Learn R Programming

DTR (version 1.7)

summary.CHR: Summary of cumulative hazard ratio estimates

Description

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

Usage

## S3 method for class 'CHR':
summary(object, log.CHR=FALSE, ...)

Arguments

object
the result of a call to the CHRestimate function
log.CHR
if log.CHR=FALSE (default), the summary of cumulative hazard ratio estimates is returned; if log.CHR=TRUE, the summary of log cumulative hazard ratio estimates is returned
...
for future methods

Value

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

See Also

CHR.object, print.CHR, print.summary.CHR, plot.CHR

Examples

Run this code
data("CHRdata")
est <- CHRestimate(data=CHRdata, covar="V1")
summary(est, log.CHR=TRUE)

Run the code above in your browser using DataLab