pander.orm: Prints an orm object from rms package in Pandoc's markdown.

Description Usage Arguments

Description

Prints an orm object from rms package in Pandoc's markdown.

Usage

1
2
## S3 method for class 'orm'
pander(x, coefs = TRUE, intercepts = x$non.slopes < 10, ...)

Arguments

x

an orm object

coefs

if to the table of model coefficients, standard errors, etc. default(TRUE)

intercepts

if to print intercepts, by default, intercepts are only printed if there are fewer than 10 of them

...

optional parameters passed to raw pandoc.table function


huashan/pander documentation built on May 17, 2019, 9:10 p.m.