Learn R Programming

ergm (version 3.8.0)

ergm.MHP.table: Table mapping reference,constraints, etc. to Metropolis Hastings Proposals (MHP)

Description

This is a low-level function not intended to be called directly by end users. For information on Metropolis-Hastings proposal methods, ergm_MH_proposals. This function sets up the table mapping constraints, references, etc. to MHproposals. (It is defined in the scope of local environment)

Usage

ergm.MHP.table(Class, Reference, Constraints, Priority, Weights, MHP)

Arguments

Class

default to "c"

Reference

The reference measure used in the model. For the list of reference measures, see ergm-references

Constraints

The constraints used in the model. For the list of constraints, see ergm-constraints

Priority

On existence of multiple qualifying MHPs, specifies the priority (-1,0,1) of MHPs to be used.

Weights

The sampling weights on selecting toggles (random, TNT, etc).

MHP

The matching MHP from the previous arguments.