Prints the result of summary.survfit
.
# S3 method for summary.survfit
print(x, digits = max(options() $digits-4, 3), ...)
an object of class "summary.survfit"
, which is the result of the
summary.survfit
function.
the number of digits to use in printing the numbers.
for future methods
x
, with the invisible flag set to prevent printing.
prints the summary created by summary.survfit
.