Plot BERGM posterior output
This function creates MCMC diagnostic plots for bergm
objects.
## S3 method for class 'bergm' plot(x, ...)
x |
an |
... |
additional arguments, to be passed to lower-level functions. |
## Not run: # Load the florentine marriage network data(florentine) # Posterior parameter estimation: p.flo <- bergm(flomarriage ~ edges + kstar(2), burn.in = 50, aux.iters = 500, main.iters = 1000, gamma = 1.2) # MCMC diagnostics plots: plot(p.flo) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.