Learn R Programming

EpiModel (version 1.8.0)

copy_toall_attr: Copies Vertex Attributes in Formation Formula to attr List

Description

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

Usage

copy_toall_attr(dat, at, fterms)

Arguments

dat

Master data object passed through netsim simulations.

at

Current time step.

fterms

Vector of attributes used in formation formula, usually as output of get_formula_term_attr.

See Also

get_formula_term_attr, get_attr_prop, update_nwattr.