print.coxreg | R Documentation |
More "pretty-printing" than print.coxph
, which is a fall-back for
'difficult' objects.
## S3 method for class 'coxreg'
print(x, digits = max(options()$digits - 4, 3), ...)
x |
A |
digits |
Output format. |
... |
Other arguments. |
Doesn't work with three-way and higher interactions, in which case
print.coxph
is used.
No value is returned.
Göran Broström
coxreg
, print.coxph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.