Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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"), expand=FALSE, ...)

Arguments

x

the result of a call to summary.coxph

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.

...

For future methods


survival

Survival Analysis

v3.2-11
LGPL (>= 2)
Authors
Terry M Therneau [aut, cre], Thomas Lumley [ctb, trl] (original S->R port and R maintainer until 2009), Atkinson Elizabeth [ctb], Crowson Cynthia [ctb]
Initial release
2021-04-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.