Make initial values for the SEIR human model, with defaults

make_Xinits_SEIR(
  nStrata,
  Xopts = list(),
  H0 = NULL,
  S0 = NULL,
  E0 = 0,
  I0 = 1,
  R0 = 0
)

Arguments

nStrata

the number of strata in the model

Xopts

a [list] to overwrite defaults

H0

the initial human population density

S0

the initial values of the parameter S

E0

the initial values of the parameter E

I0

the initial values of the parameter I

R0

the initial values of the parameter R

Value

a [list]