equilibrium_init_create creates an equilibrium initialisation state to be used within later model runs

equilibrium_init_create(
  age_vector,
  het_brackets,
  ft,
  EIR,
  model_param_list,
  country = NULL,
  admin = NULL,
  quiet = FALSE
)

Arguments

age_vector

Vector of age brackets.

het_brackets

Integer number of biting heteogenity compartments.

ft

Numeric for the frequency of people seeking treatment.

EIR

Numeric for desired annual EIR.

model_param_list

List of epidemiological parameters created by

country

String for country of interest. If NULL the seasonal parameters will attempt to be loaded using just the admin unit, however if there is ambiguity in the admin unit an error will be thrown. If both NULL then no seasonality is assumed. Default = NULL.

admin

String for admin unit with country for loading seasonal parameters. If country is NULL, the admin unit will attempt to be located,however if there is ambiguity in the admin unit an error will be thrown. If both country and admin are NULL then no seasonality is assumed. Default = NULL.

quiet

Whether function should be quiet. If FALSE (default) the returned country and admin are printed.