Learn R Programming

survival (version 2.38-3)

print.summary.coxph: Print method for summary.coxph objects

Description

Produces a printed summary of a fitted coxph model

Usage

## S3 method for class 'summary.coxph':
print(x, digits=max(getOption("digits") - 3, 3),
signif.stars = getOption("show.signif.stars"), ...)

Arguments

x
the result of a call to summary.coxph
digits
significant digits to print
signif.stars
Show stars to highlight small p-values
...
For future methods