pander.glm: Pander method for summary.glm class
Description
Prints a summary.glm object in Pandoc's markdown.
Usage
# S3 method for glm
pander(x, caption = attr(x, "caption"), ...)
Arguments
caption
caption (string) to be shown under the table
...
optional parameters passed to raw pandoc.table
function