prevalence.net {EpiModel} | R Documentation |
Get Epidemic Output from netsim Model
Description
Provides all active model state sizes from the network at the specified time step, output to a list of vectors.
Usage
prevalence.net(dat, at)
Arguments
dat |
Main |
at |
Current time step. |
Details
This network utility is used during the netsim
simulation
process to efficiently query the current size of each state or compartment
in the model at any given timestep. For a two-group network, the current
state size for each group and overall is provided.
Value
The updated netsim_dat
main list object.
[Package EpiModel version 2.5.0 Index]