pander.summary.polr | R Documentation |
Prints an summary.polr object from MASS package in Pandoc's markdown.
## S3 method for class 'summary.polr' pander( x, digits = panderOptions("digits"), round = panderOptions("round"), keep.trailing.zeros = panderOptions("keep.trailing.zeros"), ... )
x |
an summary.polr object |
digits |
number of digits of precision passed to format |
round |
number of rounding digits passed to round |
keep.trailing.zeros |
to show or remove trailing zeros in numbers on a column basis width |
... |
optional parameters passed to raw |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.