get_attr_prop {EpiModel} | R Documentation |
Proportional Table of Vertex Attributes
Description
Calculates the proportional distribution of each vertex attribute contained in a network.
Usage
get_attr_prop(dat, nwterms)
Arguments
dat |
Main |
nwterms |
Vector of attributes on the network object, usually as
output of |
Value
A table containing the proportional distribution of each attribute in
nwterms
.
See Also
get_formula_term_attr
,
copy_nwattr_to_datattr
,
auto_update_attr
.
[Package EpiModel version 2.5.0 Index]