gwdegreeL-ergmTerm {ergm.multi} | R Documentation |
Geometrically weighted degree distribution
Description
This term adds one network statistic to the model equal to the weighted
degree distribution with decay controlled by the decay
parameter.
This term can only be used with undirected networks.
Usage
# binary: gwdegreeL(decay, fixed=FALSE, attrname=NULL, cutoff=30, levels=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
|
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None