Learn R Programming

eha (version 2.11.2)

print.coxreg: Prints coxreg objects

Description

More "pretty-printing" than print.coxph, which is a fall-back for 'difficult' objects.

Usage

# S3 method for coxreg
print(x, digits = max(options()$digits - 4, 3), ...)

Value

No value is returned.

Arguments

x

A coxreg object, typically the result of running coxreg

digits

Output format.

...

Other arguments.

Author

Göran Broström

Details

Doesn't work with three-way and higher interactions, in which case print.coxph is used.

See Also

coxreg, print.coxph