powered by
summary
"ergm"
## S3 method for class 'ergm': summary(object, \dots, digits = max(3, getOption("digits") - 3), correlation = FALSE, covariance = FALSE, eps = 1e-04)
ergm
TRUE
printCoefmat
summary.ergm
object
Function coef will extract the matrix of coefficients with standard errors, t-statistics and p-values.
coef
data(florentine) x <- ergm(flomarriage ~ density) summary(x)
Run the code above in your browser using DataLab