| vcov.ergm {ergm} | R Documentation |
vcov is a method which extracts the covariance matrix
from the output object returned by the ergm estimation.
## S3 method for class 'ergm'
vcov(object, sources=c("all","model","estimation"), ...)
object |
The |
sources |
Specify whether to return the covariance matrix from the ERGM model, the estimation process, or both combined. |
... |
other arguments. |
Coefficients extracted from the model object object.
data(florentine) fit <- ergm(flomarriage ~ edges + concurrent) vcov(fit)