| gwnsp-ergmTerm {ergm} | R Documentation |
This term is just like
gwesp and gwdsp except it adds a statistic equal to
the geometrically weighted nonedgewise (that is, over dyads
that do not have an edge) shared partner distribution with weight
parameter decay parameter, which should be non-negative. This term can be used with
directed and undirected networks.
# binary: gwnsp(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 NSP 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) non-edge (i,j) in a directed graph, the number of
shared partners counted by gwnsp 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 dgwnsp.
The decay parameter was called alpha prior to ergm 3.7.
ergmTerm for index of model terms currently visible to the package.