Description Usage Arguments Author(s)
View source: R/pf_outbreak_step.R
Move forward one generation in the branching process
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
case_data |
data.table of cases in outbreak so far; initially generated by outbreak_setup |
r0symp |
numeric reproduction number for non-isolated cases (must be >0) |
disp.com |
numeric dispersion parameter for non-isolated cases (must be >0) |
disp.iso |
numeric dispersion parameter for isolated cases (must be >0) |
r0isolated |
numeric reproduction number for isolated cases (must be >0) |
prop.ascertain |
numeric proportion of infectious contacts ascertained by contact tracing (must be 0<=x<=1) |
quarant.days |
quarantine days |
quarant.retro.days |
batracking of symptom onset |
incfn |
function samples from incubation period; generated by dist_setup |
delayfn |
function samples from the onset-to-hospitalisation delay; generated by dist_setup |
k |
numeric skew parameter for sampling the serial interval from the incubation period |
Joel Hellewell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.