Form-ergmTerm {tergm} | R Documentation |
The Formation Operator Term
Description
The Formation Operator Term
Usage
# binary: Form(
# 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-formation network:
effectively a network containing both previous time step's ties and ties just formed,
the union of the previous and current network. This is the equivalent of the
old-style formation
model.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None