Learn R Programming

EpiModel (version 2.2.1)

saveout.dcm: Save dcm Data to Output List Format

Description

This function transfers the data from the master df object to the output out object at the end of each simulation in dcm.

Usage

saveout.dcm(df, s, param, control, out = NULL)

Arguments

df

Master object in dcm simulations.

s

Current run number.

param

Param list set in param.dcm

control

Control list set in control.dcm.

out

Out list passed back in for updating at runs 2+.