b2star-ergmTerm | R Documentation |
k
-stars for the second mode in a bipartite networkThis term adds one network statistic to the model for
each element in k
. The i
th such statistic counts the number of
distinct k[i]
-stars whose center node is in the second mode of the
network. The second mode of a bipartite network object is sometimes known as
the "event" mode. A k
-star is defined to be a center node N
and
a set of k
different nodes \{O_1, \dots, O_k\}
such that the
ties \{N, O_i\}
exist for i=1, \dots, k
. This term can only be used for
undirected bipartite networks.
# binary: b2star(k, attr=NULL, levels=NULL)
k |
a vector of distinct integers |
attr , levels |
a vertex attribute specification; if |
b2star(1)
is equal to b1star(1)
and to edges
.
ergmTerm
for index of model terms currently visible to the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.