hergm.print: Print summary of object of class 'hergm'

print.hergmR Documentation

Print summary of object of class hergm

Description

The 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.

Usage


## S3 method for class 'hergm'
print(x, ...)

Arguments

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.

References

Schweinberger, M. and P. Luna (2018). HERGM: Hierarchical exponential-family random graph models. Journal of Statistical Software, 85, 1–39.

See Also

hergm, hergm.postprocess, plot.hergm, summary.hergm


hergm documentation built on Nov. 10, 2022, 5:09 p.m.

Related to hergm.print in hergm...