summary.phreg: A summary of phreg objects.

View source: R/summary.phreg.R

summary.phregR Documentation

A summary of phreg objects.

Description

A summary of phreg objects.

Usage

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

Arguments

object

A phreg object

...

Additional ...

Author(s)

Göran Broström

See Also

print.phreg

Examples


fit <- phreg(Surv(enter, exit, event) ~ sex + civ, 
data = oldmort[oldmort$region == "town", ])
summary(fit)
 

eha documentation built on Oct. 1, 2023, 1:07 a.m.