get_parameters: Get parameters from squire model

Description Usage Arguments Value

View source: R/parameters.R

Description

Get parameters from squire model

Usage

1
2
3
4
5
6
7
8
get_parameters(
  iso3c = NULL,
  population = NULL,
  contact_matrix_set = NULL,
  time_period = 365,
  max_age = 100,
  ...
)

Arguments

iso3c

Character for country iso3c

population

Population vector (for each age group). Default = NULL, which will cause population to be sourced from country

contact_matrix_set

Contact matrices used in simulation. Default = NULL, which will generate this based on the country.

time_period

Length of simulation. Default = 365

max_age

the maximum age for humans

...

Other parameters for squire::parameters_explicit_SEEIR

Value

squire model parameters


mrc-ide/hypatia documentation built on Jan. 1, 2021, 10:34 a.m.