export_supplementary: Export an LTG-SMD analysis to a supplementary appendix...

View source: R/export_supplementary.R

export_supplementaryR Documentation

Export an LTG-SMD analysis to a supplementary appendix template

Description

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.

Usage

export_supplementary(object, ci = NULL, file = NULL)

Arguments

object

An "ltg_smd" object.

ci

An optional "ltg_smd_ci" object from ltg_smd_ci().

file

Optional path. If supplied, the supplementary appendix is written there as Markdown. If NULL, only the list is returned.

Value

Invisibly, a list with elements diagnostics, sensitivity, estimates, and ci. If file is supplied, the Markdown is also written to disk.


ltgsmd documentation built on Sept. 27, 2026, 5:07 p.m.