Learn R Programming

EpiModel (version 2.0.1)

get_attr_prop: Proportional Table of Vertex Attributes

Description

Calculates the proportional distribution of each vertex attribute contained on the network.

Usage

get_attr_prop(dat, nwterms)

Arguments

nwterms

Vector of attributes on network object, usually as output of get_formula_term_attr.

nw

The networkDynamic object contained in the netsim simulation.

See Also

get_formula_term_attr, copy_nwattr_to_datattr, auto_update_attr.