track_infectious: Track movement through infectious classes

Description Usage Arguments Value Examples

Description

A function that tracks movement between undetected and detected classes of individuals. Progresses individuals according to one step (day), and accounts for the fact that individuals can recover and be reported in the same time period

Usage

1
track_infectious(UI, recov_prob, disc_prob)

Arguments

UI

Integer vector length=number of boxes

recov_prob

Probability of recovery

disc_prob

Probability of being reported

Value

Outputs a list UI recovering, UI reporting, and amount to add to each DI box

Examples

1
track_infectious(c(10,50,20), 0.3, 0.5)

sjfox/rtZIKVrisk documentation built on May 30, 2019, 12:04 a.m.