Produces a printed summary of a fitted coxph model
# S3 method for summary.coxph
print(x, digits=max(getOption("digits") - 3, 3),
signif.stars = getOption("show.signif.stars"), expand=FALSE, ...)
the result of a call to summary.coxph
significant digits to print
Show stars to highlight small p-values
if the summary is for a multi-state coxph fit, print the results in an expanded format.
For future methods