Prints an lrm object from rms package in Pandoc's markdown.

# S3 method for class 'lrm'
pander(x, coefs = TRUE, ...)

Arguments

x

an lrm object

coefs

if to the table of model coefficients, standard errors, etc. default(TRUE)

...

optional parameters passed to raw pandoc.table function