summary.CHR: Summary of cumulative hazard ratio estimates

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
2
## 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

1
2
3
4
5
## Not run: 
data("CHRdata")
est <- CHRestimate(data=CHRdata, covar="V1")
summary(est, log.CHR=TRUE)
## End(Not run)

DTR documentation built on May 2, 2019, 3:26 p.m.