Learn R Programming

ergm (version 3.9.4)

summary.ergm_model: Evaluate network summary statistics from an initialized ergm model

Description

Returns a vector of the model's statistics for a given network or an empty network. This is a low-level function that should not be used by end-users, but may be useful to developers.

Usage

# S3 method for ergm_model
summary(object, nw = NULL, response = NULL, ...)

Arguments

object

an ergm_model object.

nw

a network whose statistics are to be evaluated. If NULL, returns empty network's statistics for that model.

response

Name of the edge attribute whose value is to be modeled in the valued ERGM framework. Defaults to NULL for simple presence or absence, modeled via a binary ERGM.

...

Further arguments to methods.

See Also

summary_formula()