Description Usage Arguments Value
View source: R/01_model_inputs_functions.R
load_all_params
loads all parameters for the SC-COSMO model with
infectious detected states from multiple sources and creates a list.
1 2 3 4 5 | load_all_params(
l_params_init = load_params_init(),
file.init = NULL,
file.mort = NULL
)
|
l_params_init |
List with initial set of parameters |
file.init |
String with the location and name of the file with initial set of parameters. |
file.mort |
String with the location and name of the file with mortality data. |
A list of all parameters used for the decision model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.