eha (version 2.8.5)

summary.phreg: A summary of phreg objects.

Description

A summary of phreg objects.

Usage

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

Arguments

object

A phreg object

Additional ...

See Also

print.phreg

Examples

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

Run the code above in your browser using DataCamp Workspace