Learn R Programming

AddiVortes (version 0.4.8)

summary.AddiVortesFit: Summary Method for AddiVortesFit

Description

Provides a detailed summary of a fitted AddiVortesFit object, including more comprehensive information than the print method.

Usage

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

Value

The function is called for its side effect of printing detailed model information and returns the input object object invisibly.

Arguments

object

An object of class AddiVortesFit, typically the result of a call to AddiVortes().

...

Further arguments passed to or from other methods (currently unused).