load_prm | R Documentation |
Load all model parameters defined in a CSV file.
This is an alternative (that may be more practical) to defining the
full list of parameters in a R script.
Parameters are related to the simulation (population size, time horizon, etc.),
the epidemic (reproduction number, etc.) and wastewater (decay, delay, etc.)
The expected format of the CSV file consists of three columns named
name
for the parameter name, value
for the corresponding value
and comment
for a brief explanation of the parameter.
load_prm(path)
path |
String. Path to the model parameters. |
A list of all model parameters.
The function model_prm_example()
provides a set of
parameters ready to use. It is a helpful template from which to start
customizing parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.