CondDegree-ergmProposal {ergm}R Documentation

MHp for degree constraints

Description

MHp for constraints= ~degree. Propose either 4 toggles (MH_CondDegreeTetrad) or 6 toggles (MH_CondDegreeHexad) at once. For undirected networks, propose 4 toggles (MH_CondDegreeTetrad). MH_CondDegreeTetrad selects two edges with no nodes in common, A1-A2 and B1-B2, s.t. A1-B2 and B1-A2 are not edges, and propose to replace the former two by the latter two. MH_CondDegreeHexad selects three edges A1->A2, B1->B2, C1->C2 at random and rotate them to A1->B2, B1->C2, and C1->A2.

Details

Reference Enforces May_Enforce Priority Weight Class
Bernoulli degrees 0 random cross-sectional
Bernoulli idegrees odegrees 0 random cross-sectional
Bernoulli b1degrees b2degrees 0 random cross-sectional

See Also

ergmProposal for index of proposals currently visible to the package.

Keywords

None


[Package ergm version 4.9.0 Index]