Learn R Programming

EpiModel (version 2.5.0)

toggles_to_diss_stats: 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)

Value

Named list containing dissolution and duration statistics matrices and other related information.

Arguments

toggles

A matrix of toggles, as produced by tedgelist_to_toggles.

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.