b2mindegree-ergmTerm {ergm} | R Documentation |
Minimum degree for the second mode in a bipartite network
Description
This term adds one network statistic to the model for
each element in d
; the i
th such statistic equals the number of
nodes in the second mode of a bipartite network with at least degree d[i]
.
The second mode of a bipartite network object is sometimes known as the "event" mode.
Usage
# binary: b2mindegree(d)
Arguments
d |
a vector of distinct integers |
Note
This term can only be used with undirected bipartite networks.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
bipartite, undirected, binary
[Package ergm version 4.6.0 Index]