| b1dspL-ergmTerm {ergm.multi} | R Documentation |
Dyadwise shared partners for dyads in the first bipartition on layers
Description
This term adds one
network statistic to the model for each element in d; the ith
such statistic equals the number of dyads in the first bipartition with exactly
d[i] shared partners. (Those shared partners, of course, must be members
of the second bipartition.) This term can only be used with bipartite networks.
Usage
# binary: b1dspL(d, Ls.path=NULL)
Arguments
d |
a vector of distinct integers. |
Ls.path, L.in_order |
a vector of one or two formulas |
Note
This term does not support multilayer networks with heterogeneous bipartedness. This may change in the future.
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.
See Also
ergmTerm for index of model terms currently visible to the package.
Keywords
None