Description Usage Arguments Value Author(s)
View source: R/pf_outbreak_model.R
Run a single instance of the branching process model
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | pf_outbreak_model(
num.initial.cases = NULL,
cap_gen = NULL,
r0isolated = NULL,
r0community = NULL,
disp.iso = NULL,
disp.com = NULL,
prop.asym = NULL,
relR.asym = NULL,
prop.ascertain = NULL,
detect_sen = NULL,
prop.presym = NULL,
si_omega = NULL,
incu_shape = NULL,
incu_scale = NULL,
delay_shape = NULL,
delay_scale = NULL,
delay_off = 0,
quarant.days = NULL,
quarant.retro.days = NULL
)
|
r0isolated |
reproduction number for isolated cases (must be >0) |
disp.iso |
dispersion parameter for isolated cases (must be >0) |
disp.com |
dispersion parameter for non-isolated cases (must be >0) |
prop.ascertain |
proportion of infectious contacts ascertained by contact tracing (must be 0<=x<=1) |
delay_shape |
numeric shape parameter of delay distribution |
delay_scale |
numeric scale parameter of delay distribution |
data.table of cases by week, cumulative cases, and the effective reproduction number of the outreak
Joel Hellewell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.