Persist-ergmTerm {tergm} | R Documentation |
The Persistence Operator Term
Description
The Persistence Operator Term
Usage
# binary: Persist(
# 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/persistence network: effectively the network containing ties that persisted since the last time step.
This is the equivalent of the old-style dissolution
model. So
a larger positive coefficient for Persist()
operator means
less dissolution. It
produces the same results as the new Diss()
operator, except the
signs of the coefficients are negated.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None