summary.CHR {DTR} | R Documentation |
Returns an object of class summary.CHR
. See CHR.object
for details.
## S3 method for class 'CHR'
summary(object, log.CHR=FALSE, ...)
object |
the result of a call to the |
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 |
The function returns an object of class summary.CHR
.
CHR.object
, print.CHR
,
print.summary.CHR
, plot.CHR
## Not run:
data("CHRdata")
est <- CHRestimate(data=CHRdata, covar="V1")
summary(est, log.CHR=TRUE)
## End(Not run)