File: print.cph.Rd

package info (click to toggle)
design 2.0.12-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,408 kB
  • ctags: 1,283
  • sloc: asm: 13,945; fortran: 626; sh: 22; makefile: 12
file content (37 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (3)
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
\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{...}{
arguments passed to \code{print.cphfit} : \code{coef}, \code{scale}
}}
\seealso{
\code{\link[survival]{print.coxph}}
}
\keyword{print}