mindegree-ergmTerm | R Documentation |
This term adds one network statistic to the model
being the number of nodes in the network of at least degree
mindeg
. That is, the statistic equals the number of nodes
in the network with mindeg
or more edges. This term can
only be used with undirected networks.
# binary: mindegree(mindeg, by=NULL)
mindeg |
an integer giving the |
by |
an optional argument specifying a vertex attribute (see
Specifying Vertex attributes and Levels ( |
This InitErgmTerm
function is for the mindegree term
described by
Hunter DR, Goodreau SM, Handcock MS (2013). ergm.userterms
: A
Template Package for Extending statnet
, Journal of Statistical
Software 52(2), 1-25, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v052.i02")}.
It has been further updated to use the latest ergm APIs and conventions.
ergmTerm
for index of model terms currently visible to the package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.