gwb1degree-ergmTerm {ergm} | R Documentation |
Geometrically weighted degree distribution for the first mode in a bipartite network
Description
This term adds one network statistic to the model equal to the weighted
degree distribution with decay controlled by the decay
parameter, which should be non-negative,
for nodes in the first mode of a bipartite network. The first mode of a bipartite network
object is sometimes known as the "actor" mode.
This term can only be used with undirected bipartite networks.
Usage
# binary: gwb1degree(decay, fixed=FALSE, attr=NULL, cutoff=30, levels=NULL)
Arguments
decay |
nonnegative decay parameter for the first mode degree frequencies; required if |
fixed |
optional argument indicating
whether the |
attr |
a vertex attribute specification (see Specifying Vertex attributes and Levels ( |
cutoff |
This optional argument sets the number of underlying degree terms
to use in computing the statistics when |
levels |
TODO (See Specifying Vertex
attributes and Levels ( |
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
bipartite, curved, undirected, binary