Prints the results of summary.survexp
# S3 method for class 'summary.survexp'
print(x, digits = max(options()$digits - 4, 3), ...)
Arguments
- x
an object of class summary.survexp
.
- digits
the number of digits to use in printing the result.
- ...
for future methods
Value
x
, with the invisible flag set to prevent further printing.