Prints an cph object from rms package in Pandoc's markdown.
# S3 method for cph
pander(x, table = TRUE, conf.int = FALSE, coefs = TRUE, ...)
an cph object
if to print event frequency statistics. default(TRUE
)
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)
if to the table of model coefficients, standard errors, etc. default(TRUE
)
optional parameters passed to raw pandoc.table
function