Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

multitable

Create a multitable used for rendering objects from rms package


Description

When ols/lrm/orm from rms package get rendered, main statistics are group in table of tables. Since pandoc doesn't support row or col-span, we chose to group those statistics in a column each. This function takes care of that

Usage

multitable(v)

Arguments

v

list of vectors/lists to be merge in the table

Value

data.frame in specified format

Examples

pander:::multitable(list(list(a=1, b=2),list(c=3, d=4)))

pander

An R 'Pandoc' Writer

v0.6.3
AGPL-3 | file LICENSE
Authors
Gergely Daróczi [aut, cre] (<https://orcid.org/0000-0003-3149-8537>), Roman Tsegelskyi [aut]
Initial release
2018-11-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.