gwb2dspL-ergmTerm {ergm.multi} | R Documentation |
Geometrically weighted dyadwise shared partner distribution for dyads in the second bipartition on layers
Description
This term adds one network statistic to the model equal to the geometrically
weighted dyadwise shared partner distribution for dyads in the second bipartition with decay parameter
decay
parameter, which should be non-negative. This term can only be used with bipartite networks.
Usage
# binary: gwb2dspL(decay=0, fixed=FALSE, cutoff=30, Ls.path=NULL)
Arguments
decay |
nonnegative decay parameter for the shared partner counts; required if |
fixed |
optional argument indicating
whether the |
cutoff |
This optional argument sets the number of underlying b2dsp terms
to use in computing the statistics when |
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