Learn R Programming

EpiModel (version 2.0.1)

verbose.dcm: Progress Print Module for Deterministic Compartmental Models

Description

This function prints progress from deterministic compartmental models simulated with dcm to the console.

Usage

verbose.dcm(x, type, s = 1)

Arguments

x

If the type is "startup", then an object of class control.icm, otherwise the all master data object in icm simulations.

type

Progress type, either of "startup" for starting messages before all simulations, or "progress" for time step specific messages.

s

Current simulation number, if type is "progress".