
Generate a single infectivity profile from multiple bootstraps
Source:R/infectivity-profile.R
summarise_ip.RdGenerate a single infectivity profile from multiple bootstraps
Arguments
- ip
the infectivity profile to summarise.
a0anda1columns are optional iftauis given. - a dataframe with columns:boot (anything + default(1)) - a bootstrap identifier
probability (proportion) - the probability of new event during this period.
a0 (double) - the beginning of the time period (in days)
a1 (double) - the end of the time period (in days)
Minimally grouped by: boot (and other groupings allowed).
A default value is defined.