example {hergm} | R Documentation |
Example data set: synthetic, undirected network with 15 nodes.
data(example)
Undirected network.
network, hergm, ergm.terms, hergm.terms, hergm.postprocess
## 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)