Dyads-ergmConstraint {ergm} | R Documentation |
Constrain fixed or varying dyad-independent terms
Description
This is an "operator" constraint that takes one or two ergmTerm
dyad-independent formulas. For the terms in the vary=
formula, only those that change at least one of the terms will be allowed to vary, and all others will be fixed. If both formulas are given, the dyads that vary either for one or for the other will be allowed to vary. Note that a formula passed to Dyads
without an argument name will default to fix=
.
Usage
# Dyads(fix=NULL, vary=NULL)
Arguments
fix , vary |
formula with only dyad-independent terms |
See Also
ergmConstraint
for index of constraints and hints currently visible to the package.
Keywords
directed, dyad-independent, operator, undirected
[Package ergm version 4.6.0 Index]