receiver-ergmTerm {ergm} | R Documentation |
Receiver effect
Description
This term adds one network statistic for each node equal to the number of
in-ties for that node. This measures the popularity of the node. The term
for the first node is omitted by default because of linear dependence that
arises if this term is used together with edges
, but its coefficient
can be computed as the negative of the sum of the coefficients of all the
other actors. That is, the average coefficient is zero, following the
Holland-Leinhardt parametrization of the $p_1$ model (Holland and Leinhardt,
1981). This
term can only be used with directed networks. For undirected networks, see
sociality
.
Usage
# binary: receiver(base=1, nodes=-1)
# valued: receiver(base=1, nodes=-1, form="sum")
Arguments
base |
deprecated |
nodes |
specify which nodes' statistics should be included or excluded (see Specifying Vertex attributes and Levels ( |
form |
character how to aggregate tie values in a valued ERGM |
Note
The argument base
is retained for backwards compatibility and may be
removed in a future version. When both base
and nodes
are passed,
nodes
overrides base
.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
directed, dyad-independent, binary, valued