Simulate entire pipeline: importation, growth, sampling
1 2 3 4 5 6 7 8 9 10 11 12 13 | sim_replicate(
E_imports0 = 650,
E_imports1 = 650,
mu = lubridate::decimal_date(as.Date("2021-04-18")),
sigma = 12.9/365,
tfin = lubridate::decimal_date(as.Date("2021-04-18")) + 1/12,
Rvariant = 1.5 * 1,
Rancestral = 0.9,
Rsd = 0.2,
rho0 = 0.9,
rho1 = 0.66,
seir_gen = NULL
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.