Learn R Programming

ergm (version 4.8.1)

b1factordistinct-ergmTerm: Number of distinct neighbor types for the first node

Description

This term adds a single network statistic to the model, counting, for each node, the number of distinct values of the attribute found among its neighbors.

Usage

# binary: b1factordistinct(attr, levels=TRUE)

Arguments

attr

a vertex attribute specification (see Specifying Vertex attributes and Levels (?nodal_attributes) for details.)

levels

this optional argument controls which levels of the attribute attributes and Levels (?nodal_attributes) for details.)

Details

This is a network analogue of the statistic introduced by HoBl23m;textualergm.

References

See Also

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

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