File: print.cph.Rd

package info (click to toggle)
design 2.3-0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,756 kB
  • ctags: 1,113
  • sloc: asm: 15,221; ansic: 5,245; fortran: 627; makefile: 1
file content (38 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\name{print.cph}
\alias{print.cph}
\title{
  Print cph Results
}
\description{
  Formatted printing of an object of class \code{cph}. Prints strata
  frequencies, parameter estimates, standard errors, z-statistics, numbers
  of missing values, VIFs.
}
\usage{
\method{print}{cph}(x, long=FALSE, digits=3, conf.int=FALSE, table=TRUE, \dots)
}
\arguments{
  \item{x}{
    fit object
  }
  \item{long}{
    set to \code{TRUE} to print the centering constant
  }
  \item{digits}{
    number of significant digits to print
  }
  \item{conf.int}{
    set to e.g. .95 to print 0.95 confidence intervals on simple hazard ratios
  }
  \item{table}{
    set tp \code{FALSE} to suppress event frequency statistics
  }
  \item{\dots}{
    arguments passed to \code{print.cph.fit} : \code{coef}, \code{scale}
  }
}
\seealso{
  \code{\link[survival:coxph.object]{print.coxph}}, \code{\link[Design]{print.cph.fit}}
}
\keyword{print}