Description Usage Arguments Value Examples
View source: R/fit_user_data_fxns.R
set.user.data.model
Creates the arrays for modeling of user
provided incidence data with min/max values, step size,
and initial guess/default values for all the parameters.
1 2 | set.user.data.model(mydata = NULL, par_names = NULL, opt.list = NULL,
run.list = NULL)
|
par_names |
A character array with parameter names |
opt.list |
A Logical list with TRUE or FALSE values for all the parameters supported by DICE. |
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.user.data.model(mydata = mydata, par_names = par_names,
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.