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.
# S3 method for ergm_model
summary(object, nw = NULL, ...)
an ergm_model
object.
a network
whose statistics are to be evaluated,
though an ergm_state
object will also work. If NULL
,
returns empty network's statistics for that model.
Further arguments to methods.
summary_formula()