Learn R Programming

ergm (version 3.0-3)

control.simulate.stergm: Auxiliary for Controlling Separable Temporal ERGM Simulation

Description

Auxiliary function as user interface for fine-tuning STERGM simulation.

Usage

control.simulate.stergm(MCMC.burnin=1000,
                        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="ergm",
                        MCMC.init.maxchanges=1000000)

control.simulate.stergm(MCMC.burnin=1000, 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="ergm", MCMC.init.maxchanges=1000000)

Arguments

MCMC.burnin
Number of Metropolis-Hastings steps per phase (formation and dissolution) per time step.
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 "TNT" or "random"; the "default". The TNT
MCMC.prop.args.form, MCMC.prop.args.diss
An alternative, direct way of specifying additional arguments to proposals.
MCMC.init.maxchanges
Maximum number of toggles changes for which to allocate space.
MCMC.packagenames
Names of packages in which change statistic functions are found.
MCMC.init.maxedges
Maximum number of edges expected in network.

Value

  • A list with arguments as components.

Details

This function is only used within a call to the simulate function. See the usage section in simulate.stergm for details.

See Also

simulate.stergm, simulate.formula. control.stergm performs a similar function for stergm.