summary
method for class "ergm"
.## S3 method for class 'ergm':
summary(object, \dots,
digits = max(3, getOption("digits") - 3),
correlation = FALSE, covariance = FALSE,
total.variation=TRUE,
eps = 1e-04)
"ergm"
, usually, a result of a
call to ergm
.TRUE
, the correlation matrix of
the estimated parameters is returned and printed.TRUE
, the covariance matrix of
the estimated parameters is returned and printed.TRUE
, the standard errors
reported in the Std. Error
column are based on the sum of the likelihood variation and the MCMC variation. If FALSE
only the likelihood varuation is used. The $p$-values are baseprintCoefmat
.logLik.ergm
summary.ergm
computes and returns a list of summary
statistics of the fitted ergm
model given in object
.summary.ergm
tries to be smart about formatting the
coefficients, standard errors, etc.ergm
, summary
. Function coef
will extract the matrix of coefficients
with standard errors, t-statistics and p-values.
data(florentine)
x <- ergm(flomarriage ~ density)
summary(x)
Run the code above in your browser using DataLab