Skip to contents

Displays a compact overview of the fitted model: network dimensions, family, method, convergence status, log-likelihood, AIC, and coefficient estimates. Use summary() for a more detailed report with p-values and influence matrix summaries.

Usage

# S3 method for class 'sir'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

A fitted sir object from sir.

digits

Number of digits to print. Default uses getOption("digits") - 3.

...

Additional arguments (unused).

Value

Invisibly returns the sir object.