Create a list of intervention settings to run the ringbp model
Source:R/opts.R
intervention_opts.RdCreate a list of intervention settings to run the ringbp model
Arguments
- quarantine
a
logicalscalar: whether quarantine is in effect, ifTRUEthen traced contacts are isolated before symptom onset; defaults toFALSE- test_sensitivity
a
numericscalar probability (between 0 and 1 inclusive): the test sensitivity (i.e. probability that a true positive tests positive). Individuals that are tested and get a false negative are not isolated and their contacts are not traced. Only symptomatic individuals are tested. Default is 1, which assumes all symptomatic individuals tested get a positive test result.