Learn R Programming

EpiModel (version 2.2.1)

create_dat_object: Create a Minimal Master List Object of Network Model

Description

This helper function populate a dat Master List object with the minimal required elements. All parameters are optional. When none is given the resulting object is only a shell list with the different named elements defined as empty lists.

Usage

create_dat_object(param = list(), init = list(), control = list())

Value

A dat Master list object

Arguments

param

An EpiModel object of class param.net.

init

An EpiModel object of class init.net.

control

An EpiModel object of class control.net.