Learn R Programming

ergm (version 4.3.2)

ConstantEdges-ergmProposal: MHp for edges constraints

Description

MHp for \(constraints= ~edges\). Propose pairs of toggles that keep number of edges the same. This is done by: a. choosing an existing edge at random; b. repeatedly choosing dyads at random until one is found that does not have an edge; and c. proposing toggling both these dyads. Note that step b. will be very inefficient if the network is nearly complete, so this proposal is NOT recommended for such networks. However, most network datasets are sparse, so this is not likely to be an issue.

Arguments

Details

ergm:::.formatProposalsHtml(ergm:::.buildProposalsList(proposal="ConstantEdges"))

See Also

ergmProposal for index of proposals currently visible to the package.

ergm:::.formatTermKeywords("ergmProposal", "ConstantEdges", "subsection")