Learn R Programming

latentnet (version 2.1-1)

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 = FALSE,...)

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

Examples

Run this code
data(sampson)
samp.fit <- ergmm(samplike ~ latent(d=2, G=3))
summary(samp.fit)

Run the code above in your browser using DataLab