print.coxreg {eha} | R Documentation |
More "pretty-printing" than print.coxph
, which is a fall-back for
'difficult' objects.
print.coxreg(x, digits = max(options()$digits - 4, 3), ...)
x |
A coxreg object, typically the result of running
coxreg |
digits |
Output format. |
... |
Other arguments. |
Doesn't work with three-way and higher interactions, in which case
print.coxph
is used. Prints also output from mlreg
.
No value is returned.
Göran Broström