get_parameters | R Documentation |
get_parameters creates a named list of parameters for use in the model. These parameters are passed to process functions.
The default parameters, which are for Plasmodium falciparum, are explained in "The US President's Malaria Initiative, Plasmodium falciparum transmission and mortality: A modelling study."
Plasmodium vivax specific parameters are explained in "Mathematical modelling of the impact of expanding levels of malaria control interventions on Plasmodium vivax." by White, Michael T., et al.
get_parameters(overrides = list(), parasite = "falciparum")
overrides |
a named list of parameter values to use instead of defaults |
parasite |
Plasmodium parasite species ("falciparum" or "vivax"); default = "falciparum" The parameters are defined below. parasite parameter
initial state proportions:
human fixed state transitions:
duration of pcr detectable infections: du (p.v only):
human demography parameters:
initial immunity values:
immunity decay rates:
immunity boost grace periods:
maternal immunity parameters:
unique biting rate:
probability of pre-erythrocytic infection (p.f only):
probability of pre-erythrocytic infection (p.v only):
probability of detection by light-microscopy when asymptomatic (p.f only):
probability of light-microscopy detectable infections due to anti-parasite immunity (p.v only):
probability of clinical infection:
probability of severe infection (p.f only):
infectivity towards mosquitoes:
mosquito fixed state transitions (including mortality):
vector biology:
species specific values are vectors
please set species parameters using the convenience function
seasonality and carrying capacity parameters:
please set flexible carrying capacity using the convenience function
parasite incubation periods:
hypnozoite batch parameters (p.v only):
treatment parameters:
please set treatment parameters with the convenience functions
MDA, SMC and PMC parameters:
please set these parameters with the convenience functions
bednet, irs and mosquito feeding cycle parameters:
please set vector control strategies using
PEV parameters:
please set vaccine strategies with the convenience functions
TBV parameters:
please set TBV parameters with the convenience functions in
Antimalarial resistance parameters:
please set antimalarial resistance parameters with the convenience functions in
rendering: All values are in timesteps and all ranges are inclusive. Please set rendered age groups using the convenience function
Age structured mean immunity (/hyponozoite) rendering:
mixing:
miscellaneous:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.