Cross-ergmTerm-03ab5578: The Crossection Operator Term

Cross-ergmTermR 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 ergm()-style formula with the terms to be evaluated

lm, subset, weights, contrasts, offset, label

NetSeries() LHS only arguments to specify time-varying parameters. See N() term operator in the ergm.multi for details. lm formula may reference .Time for the network's time index, .TimeID for the its index in the network series (where the initial network is 1 and the first modelled network is 2), and .TimeDelta for the time elapsed between the network and the immediately previous network in the series.

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.

\Sexpr[results=rd,stage=render]{ergm:::.formatTermKeywords("ergmTerm", "Cross", "subsection")}

tergm documentation built on May 31, 2023, 8:29 p.m.