Learn R Programming

ergm (version 3.8.0)

get.free.dyads: Create a network containing only edges meeting a specific criteria

Description

get.free.dyads will create a network object with only edges that are not targeted by ergm-constraints. get.miss.dyads creates a network object with only edges that are missing/not present (not missing in the NA sense) in a network subject to constraints

Usage

get.free.dyads(constraints)

get.miss.dyads(constraints, constraints.obs)

Arguments

constraints, constraints.obs

A list of initialized constraints produced by InitConstraint.* functions for the model of interest and the same list with +observed constraint appended if missing dyads are present.

Value

A network object containing the specified set of edges

See Also

ergm-constraints