pad_alphas_and_betas | R Documentation |
Pads par_tab with a new row for each infection epoch, such that each epoch has its own alpha and beta
pad_alphas_and_betas(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_alphas_and_betas(example_par_tab, n_times)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.