control.ergm.bridge(nsteps=20, MCMC.burnin=10000, MCMC.interval=100, MCMC.samplesize=10000, obs.MCMC.samplesize=MCMC.samplesize, obs.MCMC.interval=MCMC.interval, obs.MCMC.burnin=MCMC.burnin,
MCMC.prop.weights="default", MCMC.prop.args=list(),
MCMC.init.maxedges=20000, MCMC.packagenames=c(),
seed=NULL, parallel=0, parallel.type=NULL, parallel.version.check=TRUE)
obs
versions of these arguments are for the unobserved
data simulation algorithm.
"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.
ergm.bridge.llr
or ergm.bridge.dindstart.llk
functions.
ergm.bridge.llr
, ergm.bridge.dindstart.llk