cyclicalties-ergmTerm {ergm} | R Documentation |
Cyclical ties
Description
This term adds one statistic, equal to the number of ties
i\rightarrow j
such that there exists a two-path from
j
to i
. (Related to the ttriple
term.)
Usage
# binary: cyclicalties(attr=NULL, levels=NULL)
# valued: cyclicalties(threshold=0)
Arguments
attr |
quantitative attribute (see Specifying Vertex attributes and Levels ( |
levels |
TODO (See Specifying Vertex
attributes and Levels ( |
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
directed, undirected, binary, valued
[Package ergm version 4.6.0 Index]