View source: R/import_model_source.R
This is the base model for estimating importations. We will use this within the larger framework to get importations per simulation
1 2 3 4 5 6 7 | est_imports_base(
input_data,
tr_inf_redux = 0,
meanD,
u_origin,
allow_travel_variance = FALSE
)
|
input_data |
Full, combined input data that includes incident cases, travel volume, and population for all sources/destination pairs |
tr_inf_redux |
Default=1; Travel reduction given infected |
meanD |
Vector of length nrow(input_data); mean duration of time during which an infected individual can travel, in days. |
u_origin |
Vector of length nrow(input_data); underreporting rate in the infection source location. |
allow_travel_variance |
Logical, whether to sample the travel |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.