R/equilibrium_init_create.R
equilibrium_init_create.Rd
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
)
Vector of age brackets.
Integer number of biting heteogenity compartments.
Numeric for the frequency of people seeking treatment.
Numeric for desired annual EIR.
List of epidemiological parameters created by
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.
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.
Whether function should be quiet. If FALSE (default) the returned country and admin are printed.