Symmetrize-ergmTerm {ergm} | R Documentation |
Evaluation on symmetrized (undirected) network
Description
Evaluates the terms in formula
on an undirected network
constructed by symmetrizing the LHS network using one of four rules:
"weak" A tie
is present in the constructed network if the LHS network has either tie
or
(or both).
"strong" A tie
is present in the constructed network if the LHS network has both tie
and tie
.
"upper" A tie
is present in the constructed network if the LHS network has tie
: the upper triangle of the LHS network.
"lower" A tie
is present in the constructed network if the LHS network has tie
: the lower triangle of the LHS network.
Usage
# binary: Symmetrize(formula, rule="weak")
Arguments
formula |
a one-sided |
rule |
one of |
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
directed, operator, binary