summary.ergm_model {ergm} | R Documentation |
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 class 'ergm_model'
summary(object, nw = NULL, ...)
Arguments
object |
an |
nw |
a |
... |
Further arguments to methods. |
See Also
[Package ergm version 4.6.0 Index]