SpatialData: Simulated epidemic data set from a distance-based SIR ILM

Description Usage Format

Description

This is a simulated epidemic data set of population size = 50 individuals that was generated using a distance-based SIR individual-level model (ILM) with power-law distance kernel. The model has no susceptible covariates and the infectivity rate is given by:

λ_{jt} = α_0 ∑_{i in I_t}{d_{ij}^{-β}}

The infectious period is assumed to follow an exponential distribution with rate λ. The epidemic was simulated with the following parameter values: α_0 = 2.0, β = 3 and δ = 2.

The data set file is an object of class "datagen" that has a list of type, kerneltype, epidat and location.

Usage

1

Format

An object of class “datagen” that contains the following:

type:

The “SIR” compartmental framework.

kerneltype:

The “distance” kernel function.

epidat:

A matrix of the simulated epidemic with four columns as: the id numbers of individuals, removal times, infectious periods, and infection times.

location:

A matrix of the XY coordinates of individuals.

network:

A zero matrix of contact network.


EpiILMCT documentation built on June 29, 2021, 9:08 a.m.