This helper function populates a 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
with the different named elements defined as empty lists.
create_dat_object(param = list(), init = list(), control = list())
A dat
main list object.
An EpiModel
object of class param.net
.
An EpiModel
object of class init.net
.
An EpiModel
object of class control.net
.