View source: R/print.summary.coxph.R
| print.summary.coxph | 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"), expand=FALSE, ...)
## S3 method for class 'summary.coxph.penal'
print(x, digits=max(getOption("digits") - 3, 3),
signif.stars = getOption("show.signif.stars"), maxlabel=25, ...)
x |
the result of a call to |
digits |
significant digits to print |
signif.stars |
Show stars to highlight small p-values |
expand |
if the summary is for a multi-state coxph fit, print the results in an expanded format |
maxlabel |
penalized terms can sometimes have very long default labels; this truncates them to better fit on the page |
... |
For future methods |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.