print.summary.coxph {survival} | R Documentation |
Produces a printed summary of a fitted coxph model
## S3 method for class 'summary.coxph' print(x, digits=max(getOption("digits") - 3, 3), signif.stars = getOption("show.signif.stars"), ...)
x |
the result of a call to |
digits |
significant digits to print |
signif.stars |
Show stars to highlight small p-values |
... |
For future methods |