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)

Arguments

par_tab

as per usual

n_times

the number of additional rows to add for each alpha and beta

Examples

n_times <- 40 data(example_par_tab) new_par_tab <- pad_alphas_and_betas(example_par_tab, n_times)