hrg.fit {igraph} | R Documentation |
Fit a hierarchical random graph model
Description
hrg.fit()
was renamed to fit_hrg()
to create a more
consistent API.
Usage
hrg.fit(graph, hrg = NULL, start = FALSE, steps = 0)
Arguments
graph |
The graph to fit the model to. Edge directions are ignored in directed graphs. |
hrg |
A hierarchical random graph model, in the form of an
|
start |
Logical, whether to start the fitting/sampling from the
supplied |
steps |
The number of MCMC steps to make. If this is zero, then the MCMC procedure is performed until convergence. |
[Package igraph version 2.0.3 Index]