control.gof.formula(nsim=100, MCMC.burnin=10000, MCMC.interval=1000, MCMC.prop.weights="default", MCMC.prop.args=list(),
MCMC.init.maxedges=20000, MCMC.packagenames=c(),
MCMC.runtime.traceplot=FALSE, network.output="network",
seed=NULL, parallel=0, parallel.type=NULL, parallel.version.check=TRUE)
control.gof.ergm(nsim=100, MCMC.burnin=NULL, MCMC.interval=NULL, MCMC.prop.weights=NULL, MCMC.prop.args=NULL,
MCMC.init.maxedges=NULL, MCMC.packagenames=NULL,
MCMC.runtime.traceplot=FALSE, network.output="network",
seed=NULL, parallel=0, parallel.type=NULL, parallel.version.check=TRUE)
"TNT"
or
"random"
; the "default"
is one of these two, depending on the
constraints in place (as defined by the constraints
argument of the ergm
function), though not all weights
may be used with all constraints.
The TNT
(tie / no tie) option puts roughly equal weight on selecting a
dyad with or without a tie as a candidate for toggling, whereas the
random
option puts equal weight on all possible dyads, though the
interpretation of random
may change according to the constraints in
place. When no constraints are in place, the default is TNT, which
appears to improve Markov chain mixing particularly for networks with a
low edge density, as is typical of many realistic social networks.
set.seed
"MPI"
and
"PSOCK"
. Defaults to using the parallel
package with PSOCK clusters. See
ergm-parallel
ergm
running on the slave nodes is the
same as that running on the master node.
gof
function.
See the usage
section in gof
for details.
gof
. The control.simulate
function performs a
similar function for
simulate.ergm
;
control.ergm
performs a
similar function for ergm
.