dgwdspL-ergmTerm {ergm.multi} | R Documentation |
Geometrically weighted dyadwise shared partner distribution on layers
Description
This term adds one network statistic to the model equal to the geometrically weighted dyadwise shared partner distribution with decay parameter. Note that the GWDSP statistic is equal to the sum of GWNSP plus GWESP. For a directed network, multiple shared partner definitions are possible.
gdwdspL
and dgwdspL
are aliases for consistency with ergm.
Usage
# binary: dgwdspL(decay, fixed=FALSE, cutoff=30, type="OTP",
# Ls.path=NULL, L.in_order=FALSE)
# binary: gwdspL(decay, fixed=FALSE, cutoff=30, type="OTP",
# Ls.path=NULL, L.in_order=FALSE)
Arguments
decay |
nonnegative decay parameter for the shared partner or selected directed analogue 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 |
type |
A string indicating the type of shared partner or path to be considered for directed networks: |
Ls.path , L.in_order |
a vector of one or two formulas |
Shared partner types
While there is only one shared partner configuration in the undirected
case, nine distinct configurations are possible for directed graphs, selected
using the type
argument. Currently, terms may be defined with respect to
five of these configurations; they are defined here as follows (using
terminology from Butts (2008) and the relevent
package):
Outgoing Two-path (
"OTP"
): vertexk
is an OTP shared partner of ordered pair(i,j)
iffi \to k \to j
. Also known as "transitive shared partner".Incoming Two-path (
"ITP"
): vertexk
is an ITP shared partner of ordered pair(i,j)
iffj \to k \to i
. Also known as "cyclical shared partner"Reciprocated Two-path (
"RTP"
): vertexk
is an RTP shared partner of ordered pair(i,j)
iffi \leftrightarrow k \leftrightarrow j
.Outgoing Shared Partner (
"OSP"
): vertexk
is an OSP shared partner of ordered pair(i,j)
iffi \to k, j \to k
.Incoming Shared Partner (
"ISP"
): vertexk
is an ISP shared partner of ordered pair(i,j)
iffk \to i, k \to j
. By default, outgoing two-paths ("OTP"
) are calculated. Note that Robins et al. (2009) define closely related statistics to several of the above, using slightly different terminology.
Note
This term takes an additional term option (see
options?ergm
), cache.sp
, controlling whether
the implementation will cache the number of shared partners for
each dyad in the network; this is usually enabled by default.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None