| gwesp-ergmTerm {ergm} | R Documentation |
This term is just like gwdsp except it adds a statistic equal to the
geometrically weighted edgewise (not 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: gwesp(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 ESP 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) edge i -> j in a directed graph, the number of
shared partners counted by gwesp 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 dgwesp.
The decay parameter was called alpha prior to ergm 3.7.
ergmTerm for index of model terms currently visible to the package.