Auxiliary for Controlling Separable Temporal ERGM Simulation
Auxiliary function as user interface for fine-tuning STERGM simulation.
control.simulate.network( MCMC.burnin.min = 1000, MCMC.burnin.max = 1e+05, MCMC.burnin.pval = 0.5, MCMC.burnin.add = 1, MCMC.burnin = NULL, MCMC.burnin.mul = NULL, MCMC.prop.weights.form = "default", MCMC.prop.args.form = NULL, MCMC.prop.weights.diss = "default", MCMC.prop.args.diss = NULL, MCMC.init.maxedges = 20000, MCMC.packagenames = c(), term.options = NULL, MCMC.init.maxchanges = 1e+06 ) control.simulate.stergm( MCMC.burnin.min = NULL, MCMC.burnin.max = NULL, MCMC.burnin.pval = NULL, MCMC.burnin.add = NULL, MCMC.burnin = NULL, MCMC.burnin.mul = NULL, MCMC.prop.weights.form = NULL, MCMC.prop.args.form = NULL, MCMC.prop.weights.diss = NULL, MCMC.prop.args.diss = NULL, MCMC.init.maxedges = NULL, MCMC.packagenames = NULL, term.options = NULL, MCMC.init.maxchanges = NULL )
MCMC.burnin.min, MCMC.burnin.max, MCMC.burnin.pval, MCMC.burnin.add |
Number of Metropolis-Hastings steps per phase (formation and
dissolution) per time step used in simulation. By default, this
is determined adaptively by keeping track of increments in the
Hamming distance between the transitioned-from network and the
network being sampled (formation network or dissolution
network). Once To use a fixed number of steps, set both |
MCMC.burnin, MCMC.burnin.mul |
No longer used. See
|
MCMC.prop.weights.form, MCMC.prop.weights.diss |
Specifies the
proposal distribution used in the MCMC Metropolis-Hastings
algorithm for formation and dissolution, respectively. Possible
choices are |
MCMC.prop.args.form, MCMC.prop.args.diss |
An alternative, direct way of specifying additional arguments to proposals. |
MCMC.init.maxedges |
Maximum number of edges expected in network. |
MCMC.packagenames |
Names of packages in which to look for change statistic functions in addition to those autodetected. This argument should not be needed outside of very strange setups. |
term.options |
A list of additional arguments to be passed to term initializers. It can also be set globally via |
MCMC.init.maxchanges |
Maximum number of toggles changes for which to allocate space. |
This function is only used within a call to the simulate
function. See the usage
section in simulate.stergm
for
details.
A list with arguments as components.
simulate.stergm
,
simulate.formula
. control.stergm
performs a similar function for stergm
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.