set.sirb.model: Setup of Parameters for an MCMC sirb procedure

Description Usage Arguments Value Examples

View source: R/cholera_fxns.R

Description

set.sirb.model Creates the arrays for the SIRB model with min/max values, step size, and initial guess/default values for all the parameters.

Usage

1
2
set.sirb.model(mydata = NULL, par_names = NULL, est_bckgrnd = 10,
  opt.list = NULL, run.list = NULL)

Arguments

mydata

A list containing all available information for the region: incidence, specific-humidity, school schedule, population etc.

par_names

A character array with SIRB 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

Value

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

Examples

1
2
set.sirb.model(mydata = mydata, par_names = par_names,
est_bckgrnd=1, run.list = run.list, opt.list = opt.list)

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