Learn R Programming

latentnet (version 2.0)

summary.ergmm: ERGMM Fit Summaries

Description

summary.ergmm prodcues a summary of an ergmm object, including point estimates and standard errors.

Usage

## S3 method for class 'ergmm':
summary(object, point.est = c("pmean", "mkl"), quantiles = c(0.025, 0.975), se = TRUE,...)

Arguments

object
An ergmm object to be summarized.
point.est
Point estimates to compute: a character vector with some subset of the following: "mle", "pmean","mkl","pmode".
quantiles
Posterior quantiles (credible intervals) to compute.
se
Whether to compute standard errors.
...
Additional arguments. Currently unused.

Value

See Also

ergmm.object, ergmm