Prints an orm object from rms package in Pandoc's markdown.
# S3 method for orm
pander(x, coefs = TRUE, intercepts = x$non.slopes < 10, ...)
an orm object
if to the table of model coefficients, standard errors, etc. default(TRUE
)
if to print intercepts, by default, intercepts are only printed if there are fewer than 10 of them
optional parameters passed to raw pandoc.table
function