get_formula_term_attr {EpiModel} | R Documentation |
Output ERGM Formula Attributes into a Character Vector
Description
Given a formation formula for a network model, outputs a
character vector of vertex attributes to be used in
netsim
simulations.
Usage
get_formula_term_attr(form, nw)
Arguments
form |
An ERGM model formula. |
nw |
A network object. |
Value
A character vector of vertex attributes.
[Package EpiModel version 2.4.0 Index]