asymmetric-ergmTerm {ergm} | R Documentation |
Asymmetric dyads
Description
This term adds one network statistic to the model equal to the
number of pairs of actors for which exactly one of
(i{\rightarrow}j)
or (j{\rightarrow}i)
exists.
Usage
# binary: asymmetric(attr=NULL, diff=FALSE, keep=NULL, levels=NULL)
Arguments
attr |
quantitative attribute (see Specifying Vertex attributes and Levels ( |
diff |
Used in the same way as for the |
keep |
deprecated |
level |
Used in the same way as for the |
Note
This term can only be used with directed networks.
The argument keep
is retained for backwards compatibility and may be
removed in a future version. When both keep
and levels
are passed,
levels
overrides keep
.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
directed, dyad-independent, triad-related, binary