print.cph {Design} | R Documentation |
Print cph Results
Description
Formatted printing of an object of class cph
. Prints strata
frequencies, parameter estimates, standard errors, z-statistics, numbers
of missing values, VIFs.
Usage
## S3 method for class 'cph':
print(x, long=FALSE, digits=3, conf.int=FALSE, table=TRUE, ...)
Arguments
x |
fit object
|
long |
set to TRUE to print the centering constant
|
digits |
number of significant digits to print
|
conf.int |
set to e.g. .95 to print 0.95 confidence intervals on simple hazard ratios
|
table |
set tp FALSE to suppress event frequency statistics
|
... |
arguments passed to print.cphfit : coef , scale
|
See Also
print.coxph
[Package
Design version 2.0-12
Index]