set.user.data.model: Setup of Parameters for an MCMC procedure

Description Usage Arguments Value Examples

View source: R/fit_user_data_fxns.R

Description

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.

Usage

1
2
set.user.data.model(mydata = NULL, par_names = NULL, opt.list = NULL,
  run.list = NULL)

Arguments

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

Value

A list with min, max, step size and initial guess/default values for the sir parameters

Examples

1
2
set.user.data.model(mydata = mydata, par_names = par_names,
run.list = run.list, opt.list = opt.list)

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