hergmThe function print.hergm accepts an object of class hergm as argument and prints a summary of parameters from the posterior.
Please note that the function hergm should have been called with relabel > 0 to solve the so-called label-switching problem,
which is done by default.
If the function hergm has not been called with option relabel > 0,
call the function hergm.postprocess with relabel > 0.
# S3 method for hergm
print(x, ...)
object of class hergm; objects of class hergm can be generated by function hergm.
additional arguments, to be passed to lower-level functions in the future.
Schweinberger, M. and P. Luna (2018). HERGM: Hierarchical exponential-family random graph models. Journal of Statistical Software, 85, 1--39.
hergm, hergm.postprocess, plot.hergm, summary.hergm