View source: R/seasonal_model.R
Seasonal agent-based model simulation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
inc_data |
Resource assignments for incident IDs |
mod_data |
Resource assignments for module IDs |
inc_info |
Additional information on each incident |
overhead_ids |
Which res id's should be considered seasonal overhead (for vaccination purposes) |
incl_A |
Include Asymptomatic, TRUE or FALSE |
De |
Incubation period |
gamma |
Recovery time in days |
eir |
Entry infection rate |
R_init |
Initial number of recovered agents |
I_init |
Initial number of infectious agents |
vax_init |
Initial number of vaccinated agents |
vax_efficacy |
Proportion of vaccinated agents that become immune |
vax_df |
Data frame with specified number of agents to vaccinate at each time step |
BI |
Beta for symptomatic agents |
module_multiplier |
Scales up the infectiousness of agents within crew and equipment modules |
leads |
Leads per module, can be a proportion (0.5) or whole number (4) |
p_overhead_leads |
Proportion of the overhead module that should be leaders |
pIQ |
Probability that Symptomatic agents do not quarantine |
pAQ |
Probability that Asymptomatic will be caught and quarantined |
raw |
If true save all agent data at each timestep, default is FALSE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.