File: print.summary.coxph.Rd

package info (click to toggle)
survival 2.37-7-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,684 kB
  • ctags: 364
  • sloc: asm: 6,453; ansic: 4,857; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\name{print.summary.coxph}
\alias{print.summary.coxph}
\title{
  Print method for summary.coxph objects
}
\description{
  Produces a printed summary of a fitted coxph model 
}
\usage{
\method{print}{summary.coxph}(x, digits=max(getOption("digits") - 3, 3),
signif.stars = getOption("show.signif.stars"), ...)
}
\arguments{
  \item{x}{
    the result of a call to \code{summary.coxph} 
  }
  \item{digits}{significant digits to print}
  \item{signif.stars}{
    Show stars to highlight small p-values
  }
  \item{\dots}{For future methods}
}