pander.summary.survreg | R Documentation |
Prints an survreg object from survival package in Pandoc's markdown.
## S3 method for class 'summary.survreg' pander( x, summary = TRUE, digits = panderOptions("digits"), round = panderOptions("round"), keep.trailing.zeros = panderOptions("keep.trailing.zeros"), ... )
x |
an survreg object |
summary |
if summary should be printed |
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.