Learn R Programming

hergm (version 4.1-10)

print.hergm: 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 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