Description Usage Arguments Value Examples
View source: R/setup_run_fxns.R
set.param.list
creates a list with all the parameters that the DICE code recognizes. the list is ‘epi_model’ specific. If the vector states are included it will have additional parameters.
1 | set.param.list(epi_model = 1)
|
epi_model |
Integer Mechanistic Model Number: 1=SIR, 2=SEIR, 3=(SIR)_H/(SI)_V, 4=(SEIR)_H/(SEI)_V |
An array with parameter names - the order of parameters will set the order for the min/max arrays also and the 'mask' for which parameters are optimized (or not)
1 | set.param.list(epi_model = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.