Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.coxreg

A summary of coxreg objects.


Description

A summary of coxreg objects.

Usage

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

Arguments

object

A coxreg object

...

Additional ...

Author(s)

Göran Broström

See Also

Examples

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

eha

Event History Analysis

v2.10.0
GPL (>= 2)
Authors
Göran Broström [aut, cre], Jianming Jin [ctb]
Initial release
2022-04-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.