gwidegreeL-ergmTerm {ergm.multi} | R Documentation |
Geometrically weighted in-degree distribution
Description
This term adds one network statistic to the model equal to the weighted in-degree distribution with decay parameter. This term can only be used with directed networks.
Usage
# binary: gwidegreeL(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
|
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None