| ctriple-ergmTerm {ergm} | R Documentation |
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,j), (j,k), (k,i)} .
# binary: ctriple(attr=NULL, diff=FALSE, levels=NULL) # binary: ctriad
attr, diff |
quantitative attribute (see Specifying Vertex attributes and Levels ( |
levels |
specifies the value of |
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.
ergmTerm for index of model terms currently visible to the package.