print.summary.coxreg: Prints summary.coxreg objects
Description
Prints summary.coxreg objects
Usage
# S3 method for summary.coxreg
print(x, digits = 3, short = FALSE, ...)
Value
No value is returned.
Arguments
- x
A summary.coxreg
object, typically the result of running
summary.coxreg
, summary on a coxreg object.
- digits
Output format.
- short
Logical, short or long (default) output?
- ...
Other arguments.