powered by
vcov
ergm
"vcov"(object, sources=c("all","model","estimation"), ...)
object
coef.ergm
data(florentine) fit <- ergm(flomarriage ~ edges + concurrent) vcov(fit, sources="model") vcov(fit, sources="estimation") vcov(fit, sources="all") # the default
Run the code above in your browser using DataLab