Description Usage Arguments Value
This function simulates the observation proccess drawing a detection
probability from a beta binomial distribution for each case. Defaults are in
param_defaults
.
Can be passed to the observe_fun
in simrabid
.
1 | beta_detect(I_dt, params = list(detect_alpha = 80.1, detect_beta = 8.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.