summary_nets {EpiModel} | R Documentation |
Extract Summary Statistics of Networks Used in netsim
Description
This function calls summary
on each network being
simulated in netsim
, provided save.nwstats
and
resimulate.network
are both TRUE
. It records the
statistics represented by nwstats.formula
in
dat$stats$nwstats
, where dat
is the main
netsim_dat
class object.
Usage
summary_nets(dat, at)
Arguments
dat |
Main |
at |
Current time step. |
Value
The updated netsim_dat
main list object.
[Package EpiModel version 2.4.0 Index]