binom_detect: Observation function: single binomial probability

Description Usage Arguments Value

View source: R/parameterize.R

Description

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.

Usage

1
binom_detect(I_dt, params = list(detect_prob = 0.9))

Arguments

I_dt

the line list of cases from simrabid

params

list of parameters

Value

The reporting function should modify the line list in place within the simrabid function (adding a detected column as a boolean vector).


mrajeev08/simrabid documentation built on May 7, 2021, 11:47 a.m.