hagelloch_agents: Measles in Hagelloch, Germany, 1861 (agent format)

Description Usage Format Examples

Description

This data is the agent formulation of 188 cases of measles among children in the German city of Hagelloch, 1861, and is a summarization of the data in hagelloch_raw. Each column is asssociated with 1 agent and is a "sufficient" statistic for each agent's infection. Each agent's infection is uniquely identified by an initial state, max time before infection (or time T), and max time before recovery (or time T). Note time T is the final recorded time in the SIR model (in this case T = 94).

Usage

1

Format

A data frame with 188 rows and 3 columns. Below are the description of each column.

init_state

Initial state (factor) for individual (at time t = 0). For the states, 0 = S, 1 = I, 2 = R.

max_time_S

maximum time individual was suspectable (S)

max_time_I

maximum time individual was infected (I)

Examples

1
2
## show first few cases
head(hagelloch_agents)

skgallagher/EpiCompare documentation built on Sept. 14, 2021, 5:45 a.m.