eha (version 2.8.5)

summary.coxreg: A summary of coxreg objects.

Description

A summary of coxreg objects.

Usage

# S3 method for coxreg
summary(object, ...)

Arguments

object

A coxreg object

Additional ...

See Also

print.coxreg

Examples

Run this code
# NOT RUN {
fit <- coxreg(Surv(enter, exit, event) ~ sex + civ, data = oldmort)
summary(fit)
 
# }

Run the code above in your browser using DataCamp Workspace