toggles_to_diss_stats {EpiModel} | R Documentation |
Convert Matrix of Toggles to Dissolution and Duration Statistics
Description
Convert Matrix of Toggles to Dissolution and Duration Statistics
Usage
toggles_to_diss_stats(toggles, coef.diss, nsteps, nw, time.start = 0L)
Arguments
toggles |
A matrix of toggles, as produced by
|
coef.diss |
Dissolution coefficients used in the simulation. |
nsteps |
Number of time steps in the simulation. |
nw |
Network used in the simulation. |
time.start |
Starting time for the simulation. |
Value
Named list containing dissolution and duration statistics matrices and other related information.
[Package EpiModel version 2.5.0 Index]