Skip to contents

Produces a scenario comparison table including infections, symptomatic cases, deaths, doses, treatment counts, and (optionally) costs and DALYs with ICERs vs baseline.

Usage

chlaa_compare_scenarios(
  scenario_runs,
  baseline,
  include_econ = TRUE,
  econ = NULL,
  wtp = NULL
)

Arguments

scenario_runs

Output from `chlaa_run_scenarios()`.

baseline

Baseline scenario name.

include_econ

If TRUE, include health economic outputs (requires `chlaa_health_econ()`).

econ

Optional named list of economic parameter overrides (passed to `chlaa_health_econ()`).

wtp

Optional willingness-to-pay per DALY averted for NMB/INMB outputs.

Value

A data.frame of scenario-level means and deltas vs baseline.