View source: R/data-scenarios.R
define_scenarios | R Documentation |
Define data availability scenarios
define_scenarios(
seq_lag = 0:3,
seq_samples = seq(1, by = -0.25, length.out = 4),
voc_scale = list(c(0, 0.5))
)
seq_lag |
The number of weeks that sequences lag the date. Default is to test 0 to 3 weeks of lag. |
seq_samples |
Fraction of samples to include (deterministic scaling). The default is to test all samples down to 25% of samples by 25% increments. |
voc_scale |
A list of mean and standard deviations to use to inform the prior for additional transmissibility of the VOC variant. The default a uninformed no prior knowledge prior (0, 0.5). adjusted growth (0.74, 0.1). |
A data frame of scenario definitions with ids
Functions to define and create data scenarios
generate_obs_scenario()
,
update_obs_availability()
define_scenarios()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.