create_dat_object {EpiModel} | R Documentation |
Create a Minimal netsim_dat Main List Object for a Network Model
Description
This helper function populates a netsim_dat
main list
object with the minimal required elements. All parameters are
optional. When none are given the resulting object is only a
shell list of class netsim_dat
with the different named
elements defined as empty lists.
Usage
create_dat_object(param = list(), init = list(), control = list())
Arguments
param |
An |
init |
An |
control |
An |
Value
A netsim_dat
main list object.
[Package EpiModel version 2.4.0 Index]