Learn R Programming

ergm (version 4.7.1)

asymmetric-ergmTerm: Asymmetric dyads

Description

This term adds one network statistic to the model equal to the number of pairs of actors for which exactly one of \((i{\rightarrow}j)\) or \((j{\rightarrow}i)\) exists.

Usage

# binary: asymmetric(attr=NULL, diff=FALSE, keep=NULL, levels=NULL)

Arguments

attr

quantitative attribute (see Specifying Vertex attributes and Levels (?nodal_attributes) for details.) If specified, only symmetric pairs that match on the vertex attribute are counted.

diff

Used in the same way as for the nodematch term. (See nodematch (ergmTerm?nodematch) for details.)

keep

deprecated

level

Used in the same way as for the nodematch term. (See nodematch (ergmTerm?nodematch) for details.)

See Also

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

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