| gwdsp-ergmTerm {ergm} | R Documentation |
This term adds one network statistic to the model equal to the geometrically
weighted dyadwise shared partner distribution with decay parameter
decay parameter, which should be non-negative.
This term can be used with directed and undirected networks.
# binary: gwdsp(decay, fixed=FALSE, cutoff=30)
decay |
nonnegative decay parameter for the shared partner or directed 2-path count; required if |
fixed |
optional argument indicating
whether the |
cutoff |
This optional argument sets the number of underlying DSP terms
to use in computing the statistics when |
For directed networks, only outgoing two-path ("OTP") shared partners
are counted. In other words, for a (directed) dyad (i,j) in a directed graph, the number of
shared partners counted by gwdsp is the number of nodes k that have edges
i -> k -> j. (These may also be called homogeneous shared partners.) To
count other types of shared partners instead, see dgwdsp.
The decay parameter was called alpha prior to ergm 3.7.
ergmTerm for index of model terms currently visible to the package.