example {hergm}R Documentation

Example data set

Description

Example data set: synthetic, undirected network with 15 nodes.

Usage


data(example)

Value

Undirected network.

See Also

network, hergm, ergm.terms, hergm.terms, hergm.postprocess

Examples

## Not run: # Load undirected network with 15 nodes
data(example)

# p_1 model for undirected network with Dirichlet process prior
hergm(d ~ edges_i)

# Hierarchical exponential-family model with stick-breaking prior
hergm(d ~ edges + triangle_ijk)

## End(Not run)

[Package hergm version 1.3-5 Index]