Learn R Programming

EpiModel (version 2.0.1)

copy_datattr_to_nwattr: Copies Vertex Attributes from the dat List to the Network Object

Description

Copies the vertex attributes stored on the master attr list on dat to the network object on dat.

Usage

copy_datattr_to_nwattr(dat)

Arguments

dat

Master data object passed through netsim simulations.

See Also

get_formula_term_attr, get_attr_prop, auto_update_attr, and copy_nwattr_to_datattr.