gwdegreeL-ergmTerm-cac814fa function

Geometrically weighted degree distribution

Geometrically weighted degree distribution

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.

# 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 decay may be fixed (if fixed=TRUE ), or it may be used as merely the starting value for the estimation in a curved exponential family model (the default).
  • attrname: if specified, then separate degree statistics are calculated for nodes having each separate value of the attribute.
  • cutoff: only relevant if fixed=FALSE . In that case it only uses this number of terms in computing the statistics to reduce the computational burden. Its default value can also be controlled by the gw.cutoff term option control parameter. (See control.ergm .)
  • levels: a list of layer specifications. If given, degree of a node i is considered to be the number of edges in all layers, combined.

See Also

ergmTerm for index of model terms currently visible to the package.

ergm:::.formatTermKeywords("ergmTerm", "gwdegreeL", "subsection")

  • Maintainer: Pavel N. Krivitsky
  • License: GPL-3 + file LICENSE
  • Last published: 2024-11-05