summary.netest: Summary for Network Model Fit

View source: R/summary.R

summary.netestR Documentation

Summary for Network Model Fit

Description

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

Usage

## S3 method for class '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. Additionally, if the edges dissolution approximation was used to fit the temporal ERGM, then the dissolution coefficient information will be printed.

If the fit object is attached to the netest object, then summary.netest will call summary on fit using the ... passed to summary.netest. Otherwise, summary.netest will print the stored summary of the fit generated in the original netest call, using the ... passed to netest.


statnet/EpiModel documentation built on April 26, 2024, 3:23 a.m.