Skip to contents

Names and indices for the epidemiological compartments used in DAEDALUS, for reuse in model code.

Usage

COMPARTMENTS

i_S

i_E

i_Is

i_Ia

i_H

i_R

i_D

N_EPI_COMPARTMENTS

Format

An object of class character of length 7.

An object of class integer of length 1.

An object of class integer of length 1.

An object of class integer of length 1.

An object of class integer of length 1.

An object of class integer of length 1.

An object of class integer of length 1.

An object of class integer of length 1.

An object of class integer of length 1.

Value

COMPARTMENTS returns a character vector of the epidemiological compartment names.

All other constants return integer values.

Details

DAEDALUS has 7 epidemiological compartments: susceptible, exposed, infectious and symptomatic ("infect_symp"), infectious and asymptomatic ("infect_asymp") , hospitalised, recovered, and dead.