Get parameters from squire model
get_parameters(
iso3c = NULL,
population = NULL,
contact_matrix_set = NULL,
time_period = 365,
max_age = 100,
lambda_external = NULL,
dt,
...
)
Character for country iso3c
Population vector (for each age group). Default = NULL, which will cause population to be sourced from country
Contact matrices used in simulation. Default = NULL, which will generate this based on the country.
length of simulation (in days)
the maximum age for humans
a vector of length equal to time_period
giving an additional additive term contributing to the force of infection.
Models infectious contacts the population has with external (unmodeled) populations.
size of time step
Other parameters for squire::parameters_explicit_SEEIR
squire model parameters