| coef.stergm {tergm} | R Documentation |
coef is a Method which extracts model coefficients
from objects returned by the stergm function.
coefficients is an alias for it.
## S3 method for class 'stergm' coef(object, ...) ## S3 method for class 'stergm' coefficients(object, ...)
object |
A |
... |
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.