dsp-ergmTerm {ergm} | R Documentation |
Directed dyadwise shared partners
Description
This term adds one network statistic to the model for each element in d
where the th such statistic equals the number of dyads in the network with exactly
d[i]
shared partners.
Usage
# binary: ddsp(d, type="OTP")
# binary: dsp(d, type="OTP")
Arguments
d |
a vector of distinct integers |
type |
A string indicating the type of shared partner or path to be considered for directed networks: |
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"
): vertexis an OTP shared partner of ordered pair
iff
. Also known as "transitive shared partner".
Incoming Two-path (
"ITP"
): vertexis an ITP shared partner of ordered pair
iff
. Also known as "cyclical shared partner"
Reciprocated Two-path (
"RTP"
): vertexis an RTP shared partner of ordered pair
iff
.
Outgoing Shared Partner (
"OSP"
): vertexis an OSP shared partner of ordered pair
iff
.
Incoming Shared Partner (
"ISP"
): vertexis an ISP shared partner of ordered pair
iff
. 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.
This term can only be used with directed networks.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
directed, binary