eha (version 2.11.4)

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 ...

Author

Göran Broström

See Also

print.coxreg

Examples

Run this code

fit <- coxreg(Surv(enter, exit, event) ~ sex + civ, data = oldmort)
summary(fit)
 

Run the code above in your browser using DataLab