Make parameters for SIRS human model, with defaults

create_Xpar_SIRS(
  nStrata,
  Xopts = list(),
  b = 0.55,
  r = 1/180,
  c = 0.15,
  gam = 0.5
)

Arguments

nStrata

is the number of population strata

Xopts

a [list] that could overwrite defaults

b

the proportion of infective bites that cause an infection

r

the the duration of an infection

c

the proportion of bites on infected humans that infect a mosquito

gam

the rate of loss of immunity

Value

a [list]