Learn R Programming

EpiModel (version 2.0.1)

summary.netest: Summary for Network Model Fit

Description

Prints the summary model fit statistics for an ERGM or STERGM fit.

Usage

# S3 method for netest
summary(object, ...)

Arguments

object

An EpiModel object of class netest.

...

Additional summary function arguments.

Details

This function is simply a wrapper function for summary.ergm and summary.stergm. Additionally, if the edges dissolution approximation was used to fit the temporal ERGM, then the dissolution coefficient information will be printed.