View source: R/tabular_input.R
run_model_tabular | R Documentation |
This function runs a model from tabular input.
run_model_tabular(
location,
reference = "REFERENCE.csv",
run_dsa = TRUE,
run_psa = TRUE,
run_demo = TRUE,
save = FALSE,
overwrite = FALSE
)
location |
Directory where the files are located. |
reference |
Name of the reference file. |
run_dsa |
Run DSA? |
run_psa |
Run PSA?. |
run_demo |
Run demographic analysis? |
save |
Should the outputs be saved? |
overwrite |
Should the outputs be overwritten? |
The reference file should have two columns. data
can be added, having value TRUE
where an absolute
file path is provided. data
values must include
state
, tm
, and parameters
, and can
also include options
, demographics
and
data
. The corresponding values in the file
column give the names of the files (located in
base_dir
) that contain the corresponding
information - or, in the case of data
, the
directory containing the tables to be loaded.
A list of evaluated models (always), and, if appropriate input is provided, dsa (deterministic sensitivity analysis), psa (probabilistic sensitivity analysis) and demographics (results across different demographic groups).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.