Prints an survreg object from survival package in Pandoc's markdown.
# S3 method for summary.survreg
pander(
x,
summary = TRUE,
digits = panderOptions("digits"),
round = panderOptions("round"),
keep.trailing.zeros = panderOptions("keep.trailing.zeros"),
...
)
an survreg object
if summary should be printed
number of digits of precision passed to format
number of rounding digits passed to round
to show or remove trailing zeros in numbers on a column basis width
optional parameters passed to raw pandoc.table
function