Last data update: 2014.03.03

R: Summary
summaryR Documentation

Summary

Description

The function summary.hergm produces summaries of the MCMC sample.

Usage


## S3 method for class 'hergm'
summary(sample = NULL,
        ...)

Arguments

sample

MCMC sample generated by function hergm.

...

additional arguments, to be passed to lower-level functions in the future.

Value

Summary function.

See Also

network, hergm, hergm.plot

Examples

## Not run: 
data(example)

sample <- hergm(d ~ edges_ij + triangle_ijk)

summary.hergm(sample)

## End(Not run)

Results