summary.gofobject {ergm} | R Documentation |
summary.gofobject
summaries the diagnostics such as the
degree distribution, geodesic distances, shared partner distributions,
and reachability for the goodness-of-fit of exponential family random graph
models. See ergm
for more information on these models.
## S3 method for class 'gofobject' summary(object, ...)
object |
an object of class |
... |
Additional arguments, to be passed to the plot function. |
gof.ergm
produces a sample of networks randomly drawn from the specified model.
This function produces a print out the summary measures.
none
gof.ergm, gof.formula, ergm, network, simulate.ergm
# data(florentine) # # test the gof.ergm function # gest <- ergm(flomarriage ~ edges + kstar(2)) gest summary(gest) # # Plot the probabilities first # gofflo <- gof(gest) gofflo summary(gofflo)