set.param.list: Create a List of all Parameters the Code Recognizes

Description Usage Arguments Value Examples

View source: R/setup_run_fxns.R

Description

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.

Usage

1
set.param.list(epi_model = 1)

Arguments

epi_model

Integer Mechanistic Model Number: 1=SIR, 2=SEIR, 3=(SIR)_H/(SI)_V, 4=(SEIR)_H/(SEI)_V

Value

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)

Examples

1
set.param.list(epi_model = 2)

predsci/DICE documentation built on Aug. 9, 2019, 9:41 a.m.