dnsp-ergmTerm {ergm}R Documentation

Directed non-edgewise shared partners

Description

This term adds one network statistic to the model for each element in d where the i th such statistic equals the number of non-edges in the network with exactly d[i] shared partners.

Usage

# binary: dnsp(d, type="OTP")

Arguments

d

a vector of distinct integers

type

one of c("OTP", "ITP", "RTP", "OSP", "ISP").

Note

This term can only be used with directed networks.

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):

See Also

ergmTerm for index of model terms currently visible to the package.


[Package ergm version 4.2.2 Index]