NetworkData {EpiILMCT} | R Documentation |
Simulated epidemic data set from a network-based SIR ILM
Description
This is a simulated epidemic data set of population size = 50 individuals that was generated using a network-based SIR individual-level model (ILM) with a contact network that was generated using the power-law model with parameters and
. The model has one binary susceptible covariate and the infectivity rate is given by:
The infectious period follows a gamma distribution . The epidemic was simulated with the following parameter values:
,
and
.
The data set file is a list of an object of class "datagen" that contains of type
, kerneltype
, epidat
, location
and network
, and the covariate matrix.
Usage
data(NetworkData)
Format
It is a list of an object of class “datagen” that contains the following:
- type:
-
The “SIR” compartmental framework.
- kerneltype:
-
The “network” 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:
-
The undirected binary contact network matrix.
and a matrix of the covariates represents the unity intercept and the binary covariate z.