Learn R Programming

hergm (version 4.1-10)

summary.hergm: Summary of object of class hergm

Description

The function summary.hergm generates a summary of an object of class hergm by using the functions print.hergm and plot.hergm. The function print.hergm prints a summary of a sample of parameters from the posterior, whereas the function plot.hergm plots a summary of a sample of block memberships of nodes from the posterior.

Usage

# S3 method for hergm
summary(object, ...)

Arguments

object

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, print.hergm, plot.hergm