hergm.summary: Summary of object of class 'hergm'

summary.hergmR Documentation

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 class '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


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

Related to hergm.summary in hergm...