| odegree-ergmTerm {ergm} | R Documentation |
This term adds one network statistic to
the model for each element in d ; the i th such statistic equals
the number of nodes in the network of out-degree d[i] , i.e. the
number of nodes with exactly d[i] out-edges.
This term can only be used with directed networks; for undirected networks
see degree .
# binary: odegree(d, by=NULL, homophily=FALSE, levels=NULL)
d |
a vector of distinct integers |
by, homophily |
the optional argument |
levels |
TODO (See Specifying Vertex
attributes and Levels ( |
ergmTerm for index of model terms currently visible to the package.