pander.Glm: Prints an Grm object from rms package in Pandoc's markdown.
Description
Prints an Grm object from rms package in Pandoc's markdown.
Usage
# S3 method for Glm
pander(x, coefs = TRUE, ...)
Arguments
- x
an Grm object
- coefs
if to the table of model coefficients, standard errors, etc. default(TRUE
)
- ...
optional parameters passed to raw pandoc.table
function