pander.glm {pander} | R Documentation |
Pander method for summary.glm class
Description
Prints a summary.glm object in Pandoc's markdown.
Usage
## S3 method for class 'glm'
pander(x, caption = attr(x, "caption"), ...)
Arguments
x |
a summary.glm object |
caption |
caption (string) to be shown under the table |
... |
optional parameters passed to raw |
[Package pander version 0.6.5 Index]