Evaluates the terms in formula
on an undirected network
constructed by symmetrizing the LHS network using one of four rules:
"weak" A tie \((i,j)\) is present in the constructed network if the LHS network has either tie \((i,j)\) or \((j,i)\) (or both).
"strong" A tie \((i,j)\) is present in the constructed network if the LHS network has both tie \((i,j)\) and tie \((j,i)\) .
"upper" A tie \((i,j)\) is present in the constructed network if the LHS network has tie \((\min(i,j),\max(i,j))\) : the upper triangle of the LHS network.
"lower" A tie \((i,j)\) is present in the constructed network if the LHS network has tie \((\max(i,j),\min(i,j))\) : the lower triangle of the LHS network.
# binary: Symmetrize(formula, rule="weak")
a one-sided ergm()
-style formula with the terms to be evaluated
one of "weak"
, "strong"
, "upper"
, "lower"
ergmTerm
for index of model terms currently visible to the package.
ergm:::.formatTermKeywords("ergmTerm", "Symmetrize", "subsection")