Learn R Programming

ergm (version 4.7.1)

cyclicalties-ergmTerm: 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 (?nodal_attributes) for details.) If set, all three nodes involved ( \(i\) , \(j\) , and the node on the two-path) must match on this attribute in order for \(i\rightarrow j\) to be counted.

levels

TODO (See Specifying Vertex attributes and Levels (?nodal_attributes) for details.)

See Also

ergmTerm for index of model terms currently visible to the package.

ergm:::.formatTermKeywords("ergmTerm", "cyclicalties", "subsection")