eval_models_from_tabular {heemod}R Documentation

Evaluate Models From a Tabular Source

Description

Execute a full set of analyses, possibly including discrete sensitivity analysis, probabilistic sensitivity analysis, and analyses across demographics.

Usage

eval_models_from_tabular(
  inputs,
  run_dsa = TRUE,
  run_psa = TRUE,
  run_demo = TRUE
)

Arguments

inputs

Result from gather_model_info().

run_dsa

Run DSA?

run_psa

Run PSA?

run_demo

Run demographic analysis?

Value

a list


[Package heemod version 1.0.1 Index]