Print Survfit Summary
DESCRIPTION:
Prints the result of
summary.survfit
.
USAGE
:
print.summary.survfit(x, digits = max(options() $digits-4, 3), ...)
REQUIRED ARGUMENTS
:
x
:
an object of class
"summary.survfit"
, which is the result of the
summary.survfit
function.
OPTIONAL ARGUMENTS
:
digits
:
the number of digits to use in printing the numbers.
VALUE
:
x
, with the invisible flag set to prevent printing.
SIDE EFFECTS:
prints the summary created by
summary.survfit
.
SEE ALSO:
options
,
print
,
summary.survfit
.