define_NGM_four: Defines the 3 state next generation matrix

View source: R/NGM.R

define_NGM_fourR Documentation

Defines the 3 state next generation matrix

Description

Defines the 3 state next generation matrix

Usage

define_NGM_four(pi, alpha, gamma, phi)

Arguments

pi

Proportion of cases detected or “re-captured” by community surveillance

alpha

Reduction in transmission intensity due to active surveillance

gamma

Proportion of contacts actively under surveillance

phi

Proportion of contacts recalled

Value

The four state next generation matrix

Examples

define_NGM_four(0.5, 0.8, 0.7, 0.5)

mrc-ide/MissingCases documentation built on Sept. 14, 2022, 6:49 a.m.