pad_inf_chain | R Documentation |
Given that the MCMC sampler only stores present infections (ie. there are no entries for 0s from the infection history matrix), for some summaries we need to add these 0s back in to avoid bias.
pad_inf_chain(inf_chain, pad_by_group = FALSE, times = NULL, indivs = NULL)
inf_chain |
the data table with infection history samples from |
pad_by_group |
if TRUE, accounts for population group when expanding |
times |
if not NULL, uses this as a vector of times to replace j when expanding to all combinations |
indivs |
if not NULL, uses this as a vector of individuals to replace i when expanding to all combinations |
the same inf_chain that was passed in, but with 0s for missing i/j/samp_no combinations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.