Description Usage Arguments Value
This function simulates the observation proccess given a
single detection probability. Defaults to 0.9 when passing p
param_defaults
.
Can be passed to the observe_fun
in simrabid
.
1 | binom_detect(I_dt, params = list(detect_prob = 0.9))
|
I_dt |
the line list of cases from |
params |
list of parameters |
The reporting function should modify the line list
in place within the simrabid function (adding a detected
column
as a boolean vector).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.