saveout.dcm: Save dcm Data to Output List Format

View source: R/saveout.R

saveout.dcmR Documentation

Save dcm Data to Output List Format

Description

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

Usage

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

Arguments

df

Main 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+.

Value

A list with the following elements:

  • param: the epidemic parameters passed into the model through param.dcm, with additional parameters added as necessary.

  • control: the control settings passed into the model through control.dcm, with additional controls added as necessary.

  • epi: a list of data frames, one for each epidemiological output from the model.


EpiModel documentation built on July 9, 2023, 5:21 p.m.