| ttriple-ergmTerm {ergm} | R Documentation |
By default, this term adds one statistic to the model, equal to the number of transitive
triples in the network, defined as a set of edges {(i,j), (j,k), (i,k)} . Note that
triangle equals ttriple+ctriple for a directed network, so at
most two of the three terms can be in a model.
# binary: ttriple(attr=NULL, diff=FALSE, levels=NULL) # binary: ttriad
attr, diff |
quantitative attribute (see Specifying Vertex attributes and Levels ( |
levels |
add one statistic for each value specified if |
attr |
quantitative attribute (see Specifying Vertex attributes and Levels ( |
This term can only be used with directed networks.
ergmTerm for index of model terms currently visible to the package.