Diss-ergmTerm {tergm} | R Documentation |
The Dissolution Operator Term
Description
The Dissolution Operator Term
Usage
# binary: Diss(
# formula,
# lm = ~1,
# subset = TRUE,
# weights = 1,
# contrasts = NULL,
# offset = 0,
# label = NULL
# )
Arguments
formula |
a one-sided |
lm , subset , weights , contrasts , offset , label |
|
Details
This term accepts a model formula
and produces the corresponding model for the post-dissolution
network (same as Persist()
), but with all statistics negated.
Note: This is not the equivalent of the old style dissolution
model,
because the signs of the coefficients are reversed. So a larger positive
coefficient for Diss()
operator means more dissolution.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None