Make inits for garki human model. Note that the variables should sum up to H, so the initial value of H is not set. The values are passed in the same order as they are presented in the original paper.

make_Xinits_garki(
  nStrata,
  H,
  Xopts = list(),
  x2 = 0,
  y1 = 0,
  y2 = 0,
  y3 = 0,
  x3 = 0,
  x4 = 0
)

Arguments

nStrata

is the number of population strata

H

a [numeric] initial value for total human population density

Xopts

a [list] with values to override default values

x2

a [numeric] initial value for the variable x2

y1

a [numeric] initial value for the variable y1

y2

a [numeric] initial value for the variable y2

y3

a [numeric] initial value for the variable y3

x3

a [numeric] initial value for the variable x3

x4

a [numeric] initial value for the variable x4

Value

none