Make initial values for the workhorse human model, with defaults

create_Xinits_workhorse(
  nStrata,
  Xopts = list(),
  H0 = NULL,
  U = 180,
  A0 = 13,
  P = 11,
  G = 3,
  I1 = 20,
  I2 = 40,
  I3 = 80,
  I4 = 100,
  A1 = 2,
  A2 = 4,
  A3 = 8,
  A4 = 12,
  w = 0
)

Arguments

nStrata

the number of strata in the model

Xopts

a [list] to overwrite defaults

H0

the initial population size

U

the initial number uninfected

A0

the initial number in U and A

P

the initial number chemoprotected and not infectious

G

the initial number chemoprotected and infectious

I1

the initial number with the youngest chronic phase infection in stage 1

I2

the initial number with the youngest chronic phase infection in stage 2

I3

the initial number with the youngest chronic phase infection in stage 3

I4

the initial number with the youngest chronic phase infection in stage $

A1

the initial number in I1 and A

A2

the initial number in I2 and A

A3

the initial number in I3 and A

A4

the initial number in I4 and A

w

exposure tracking variable

Value

a [list]