print.cph {rms} | R Documentation |
Formatted printing of an object of class cph
. Prints strata
frequencies, parameter estimates, standard errors, z-statistics, numbers
of missing values, etc.
## S3 method for class 'cph' print(x, digits=4, table=TRUE, conf.int=FALSE, coefs=TRUE, latex=FALSE, title='Cox Proportional Hazards Model', ...)
x |
fit object |
digits |
number of digits to right of decimal place to print |
conf.int |
set to e.g. .95 to print 0.95 confidence intervals on simple hazard ratios (which are usually meaningless as one-unit changes are seldom relevant and most models contain multiple terms per predictor) |
table |
set to |
coefs |
specify |
latex |
a logical value indicating whether information should be formatted as plain text or as LaTeX markup |
title |
a character string title to be passed to |
... |
arguments passed to |