| ergm.MHP.table {ergm} | R Documentation |
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)
ergm.MHP.table(Class, Reference, Constraints, Priority, Weights, MHP)
Class |
default to "c" |
Reference |
The reference measure used in the model. For the list of reference measures, see |
Constraints |
The constraints used in the model. For the list of constraints, see |
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. |