Change-ergmTerm {tergm} | R Documentation |
The Change Operator Term
Description
The Change Operator Term
Usage
# binary: Change(
# 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 a network constructed by taking the dyads that have changed between time steps.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None
[Package tergm version 4.2.0 Index]