coef is a Method which extracts model coefficients
from objects returned by the stergm function.
coefficients is an alias for it.
# S3 method for stergm
coef(object, …)
# S3 method for stergm
coefficients(object, …)A stergm fit.
other arguments.
Coefficients extracted from object in the form of a list with
two elements: formation, a vector of formation
coefficients and dissolution, a vector of dissolution
coefficients.