b2concurrent-ergmTerm {ergm} | R Documentation |
Concurrent node count for the second mode in a bipartite network
Description
This term adds one
network statistic to the model, equal to the number of nodes in the second
mode of the network with degree 2 or higher. The second mode of a bipartite
network object is sometimes known as the "event" mode.
Without the optional argument, this statistic is equivalent to b2mindegree(2)
.
Usage
# binary: b2concurrent(by=NULL)
Arguments
by |
This optional argument specifie a vertex attribute (see Specifying Vertex attributes and Levels ( |
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, frequently-used, undirected, binary
[Package ergm version 4.6.0 Index]