Adjustment of ERGM pseudolikelihood
Function to estimate the transformation parameters for adjusting the pseudolikelihood function.
ergmAPL( formula, aux.iters = NULL, n.aux.draws = NULL, aux.thin = NULL, ladder = NULL, estimate = c("MLE", "CD"), seed = 1, ... )
formula |
formula; an |
aux.iters |
count; number of auxiliary iterations used for drawing the first network from the ERGM likelihood. See |
n.aux.draws |
count; Number of auxiliary networks drawn from the ERGM likelihood. See |
aux.thin |
count; Number of auxiliary iterations between network draws after the first network is drawn. See |
ladder |
count; Length of temperature ladder (>=3). |
estimate |
If "MLE" (the default), then an approximate maximum likelihood estimator is returned. If "CD" , the Monte-Carlo contrastive divergence estimate is returned. See |
seed |
integer; seed for the random number generator. See |
... |
Additional arguments, to be passed to the ergm function. See |
Bouranis, L., Friel, N., & Maire, F. (2018). Bayesian model selection for exponential random graph models via adjusted pseudolikelihoods. Journal of Computational and Graphical Statistics, 27(3), 516-528. https://arxiv.org/abs/1706.06344
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.