Cross-ergmTerm {tergm} | R Documentation |
The Crossection Operator Term
Description
The Crossection Operator Term
Usage
# binary: Cross(
# 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 cross-sectional
network. It is mainly useful for CMLE estimation, and has no effect (i.e.,
Cross(~TERM) == ~TERM
) for EGMME and dynamic simulation.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None