Learn R Programming

EpiModel (version 2.5.0)

get_attr_history: Extract the Attributes History from Network Simulations

Description

Extract the Attributes History from Network Simulations

Usage

get_attr_history(sims)

Value

A list of data.frames, one for each "measure" recorded in the simulation by the record_attr_history function.

Arguments

sims

An EpiModel object of class netsim.

Examples

Run this code
if (FALSE) {

# With `sims` the result of a `netsim` call
get_attr_history(sims)

}

Run the code above in your browser using DataLab