pad_infection_model_prior_parameters | R Documentation |
Pads par_tab with a new row for each infection epoch, such that each epoch has its own shape1 and shape2
pad_infection_model_prior_parameters(par_tab, n_times)
par_tab |
as per usual |
n_times |
the number of additional rows to add for each alpha and beta |
n_times <- 40
data(example_par_tab)
new_par_tab <- pad_infection_model_prior_parameters(example_par_tab, n_times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.