mutualL-ergmTerm {ergm.multi} | R Documentation |
Mutuality
Description
In binary ERGMs, equal to the number of
pairs of actors i
and j
for which (i{\rightarrow}j)
and (j{\rightarrow}i)
both exist.
Usage
# binary: mutualL(same=NULL, diff=FALSE, by=NULL, keep=NULL, Ls=NULL)
Arguments
same |
optional argument. If passed the name of a vertex attribute,
only mutual pairs that match on the attribute are counted. Only one of |
diff |
separate counts for each unique matching value can be obtained by using
|
by |
each node is counted separately for each mutual pair in which it
occurs and the counts are tabulated by unique values of the attribute if
passed the name of a vertex attribute. This means that the sum of the mutual statistics when |
keep |
a numerical vector to specify which statistics should be kept whenever the |
Ls |
a list (constructed by |
Details
This term can only be used with directed networks.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
None