ctriple-ergmTerm {ergm} | R Documentation |
Cyclic triples
Description
By default, this term adds one
statistic to the model, equal to the number of cyclic triples in the
network, defined as a set of edges of the form \{(i{\rightarrow}j), (j{\rightarrow}k), (k{\rightarrow}i)\}
.
Usage
# binary: ctriple(attr=NULL, diff=FALSE, levels=NULL)
# binary: ctriad
Arguments
attr , diff |
quantitative attribute (see Specifying Vertex attributes and Levels ( |
levels |
specifies the value of |
Note
This term can only be used with directed networks.
for all directed networks, triangle
is equal to
ttriple+ctriple
, so at most two of these three terms can be in a
model.
See Also
ergmTerm
for index of model terms currently visible to the package.
Keywords
categorical nodal attribute, directed, triad-related, binary