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.