Skip to contents

Summary table of causal effect estimates from multiple estimators

Usage

treatment_effect_table(
  estimators,
  digits = 3L,
  output_format = "dataframe",
  title = "Treatment Effect Estimates"
)

Arguments

estimators

Named list of lists; each inner list provides numeric estimate, se, ci_lower, ci_upper and p_value.

digits

Decimal places.

output_format

Output target.

title

Title.