Make parameters for SEIRV human model, with defaults

create_Xpar_SEIRV(
  nStrata,
  Xopts = list(),
  alpha = 0.1,
  b = 0.55,
  r = 1/180,
  c = 0.15,
  tau = 0.5,
  varepsilon = 0.5,
  gamma = 0.5
)

Arguments

nStrata

is the number of population strata

Xopts

a [list] that could overwrite defaults

alpha

proportion of vaccinated humans

b

the proportion of infective bites that cause an infection

r

the rate infections clear

c

the proportion of bites on infected humans that infect a mosquito

tau

incubation rate

varepsilon

proportion of recovered humans that are protected from the pathogen

gamma

loss of immunity rate

Value

a [list]