Make initial values for the SEIR human model, with defaults
Source:R/Xmod-SEIR.R
make_Xinits_SEIR.Rd
Make initial values for the SEIR human model, with defaults
Usage
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