Make initial values for the SIR human model, with defaults

make_Xinits_SIR(nStrata, Xopts = list(), H0 = NULL, S0 = NULL, 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

I0

the initial values of the parameter I

R0

the initial values of the parameter R

Value

a [list]