gwb2degreeL-ergmTerm {ergm.multi} | R Documentation |
Geometrically weighted degree distribution for the second mode in a bipartite (aka two-mode) network
Description
This term adds one network statistic to the model equal to the weighted degree distribution with decay controlled by the which should be non-negative, for nodes in the second mode of a bipartite network. The second mode of a bipartite network object is sometimes known as the "event" mode.
This term can only be used with undirected bipartite networks.
Usage
# binary: gwb2degreeL(decay, fixed=FALSE, attrname=NULL, cutoff=30, levels=NULL, Ls=NULL)
Arguments
decay |
non-negative model parameter that is the same as theta_s in equation (14) in Hunter (2007). |
fixed |
specify if the value supplied for |
attrname |
if specified, then separate degree statistics are calculated for nodes having each separate value of the attribute. |
cutoff |
only relevant if |
levels |
a list of layer specifications. If given, degree of a node
|
Ls |
a list (constructed by |
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None