verbose_het: Verbose Module

Description Usage Arguments Details

View source: R/mod.verbose.R

Description

Prints simulation model progress within the time loop.

Usage

1
verbose_het(x, type, s, at)

Arguments

x

If the type is "startup", then an object of class control.net, otherwise the all master data object in netsim 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"

at

Current time step, if type is "progress"

Details

In interactive mode, this module function prints out a standard set of demographic and epidemiologic summary statistics to the console window. In non-interactive, batch mode these are saved onto .txt files in a verb/ subdirectory. This subdirectory will be created if it does not exist.


statnet/EpiModelHIVhet documentation built on May 30, 2019, 9:47 a.m.