Description Usage Arguments Value Examples
set.sars.model
Creates the arrays for SEIR modeling of the Plague data with min/max values, step size,
and initial guess/default values for all the parameters.
1 2 | set.sars.model(mydata = NULL, par_names = NULL, est_bckgrnd = 1,
opt.list = NULL, run.list = NULL)
|
par_names |
A character array with seir parameter names |
est_bckgrnd |
Numeric, estimated value of background cholera cases |
opt.list |
A Logical list with TRUE or FALSE values for all the parameters supported by DICE. These values are based on the model used for the basic reproduction number |
run.list |
A list with parameters needed for the MCMC procedure |
A list with min, max, step size and initial guess/default values for the sir parameters
1 2 | set.plague.model(mydata = mydata, par_names = par_names,
est_bckgrnd=1, run.list = run.list, opt.list = opt.list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.