This function handles the initial conditions for stochastic individual contact models simulated with seiqhrf.

init_seiqhrf(
  s.num = 9997,
  e.num = 0,
  i.num = 3,
  q.num = 0,
  h.num = 0,
  r.num = 0,
  f.num = 0
)

Arguments

s.num

Initial number of S compartment individuals in the simulated population. An overall population of 10,000 is a good compromise.

e.num

Initial number of E compartment individuals in the simulated population.

i.num

Initial number of I compartment individuals in the simulated population.

q.num

Initial number of Q compartment individuals in the simulated population.

h.num

Initial number of H compartment individuals in the simulated population.

r.num

Initial number of R compartment individuals in the simulated population.

f.num

Initial number of F compartment individuals in the simulated population.

See also

Use param_seiqhrf to specify model parameters and control_seiqhrf to specify the control settings. Run the parameterized model with seiqhrf.