- formula
formula; an ergm
formula object,
of the form <network> ~ <model terms>
where <network> is a network
object
and <model terms> are ergm-terms
.
- prior.mean
vector; mean vector of the multivariate Normal prior.
By default set to a vector of 0's.
- prior.sigma
square matrix; variance/covariance matrix for the multivariate Normal prior.
By default set to a diagonal matrix with every diagonal entry equal to 100.
- burn.in
count; number of burn-in iterations at the beginning of an MCMC run for the pseudo-posterior estimation.
- main.iters
count; number of MCMC iterations after burn-in for the pseudo-posterior estimation.
- aux.iters
count; number of auxiliary iterations used for drawing the first network from the ERGM likelihood (Robbins-Monro). See control.simulate.formula
.
- V.proposal
count; diagonal entry for the multivariate Normal proposal.
By default set to 1.5.
- thin
count; thinning interval used in the simulation for the pseudo-posterior estimation. The number of MCMC iterations must be divisible by this value.
- rm.iters
count; number of iterations for the Robbins-Monro stochastic approximation algorithm.
- rm.a
scalar; constant for sequence alpha_n (Robbins-Monro).
- rm.alpha
scalar; noise added to gradient (Robbins-Monro).
- n.aux.draws
count; number of auxiliary networks drawn from the ERGM likelihood (Robbins-Monro). See control.simulate.formula
.
- aux.thin
count; number of auxiliary iterations between network draws after the first network is drawn (Robbins-Monro). See control.simulate.formula
.
- estimate
If "MLE" (the default), then an approximate maximum likelihood estimator is used as a starting point in the Robbins-Monro algorithm. If "CD" , the Monte-Carlo contrastive divergence estimate is returned. See ergm
.
- seed
integer; seed for the random number generator. See set.seed
.
- ...
Additional arguments, to be passed to the ergm function. See ergm
.