View source: R/export_supplementary.R
| export_supplementary | R Documentation |
Bundles the point estimates, confidence intervals, denominator diagnostics, and denominator-sensitivity profile into a list and (optionally) writes them to a Markdown file for inclusion in a supplementary appendix.
export_supplementary(object, ci = NULL, file = NULL)
object |
An "ltg_smd" object. |
ci |
An optional "ltg_smd_ci" object from |
file |
Optional path. If supplied, the supplementary appendix is written there as Markdown. If NULL, only the list is returned. |
Invisibly, a list with elements diagnostics, sensitivity,
estimates, and ci. If file is supplied, the Markdown is also
written to disk.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.