print.cph.fit {Design} | R Documentation |
Print cph.fit
Description
Formatted printing of an object of class cph.fit
created
by cph.fit
(which is usually called by cph
). Most of the
logic for print.cph.fit
came from Therneau's print.coxreg
.
Usage
## S3 method for class 'cph.fit':
print(x, table=TRUE, coef=TRUE, conf.int=FALSE, scale=1, digits=NULL,...)
Arguments
x |
object created by cph.fit
|
table |
print table of frequencies of events, by strata (if any)
|
coef |
print coefficient estimates, standard errors, and z-statistics
|
conf.int |
set to e.g. .95 to print 0.95 confidence intervals. Default is FALSE
to suppress confidence intervals
|
scale |
constant by which to multiply coefficients and standard errors if
printing confidence intervals.
|
digits |
number of significant digits to print
|
... |
ignored |
See Also
print.coxph
[Package
Design version 2.0-12
Index]