summary.ARmdl: Summary of an 'ARmdl' object

View source: R/methods.R

summary.ARmdlR Documentation

Summary of an ARmdl object

Description

This is a method for the function summary() for objects of the class ARmdl.

Usage

## S3 method for class 'ARmdl'
summary(object, digits = getOption("digits"), ...)

Arguments

object

an object for which a summary is desired.

digits

integer, used for number formatting with signif() (for summary.default) or format() (for summary.data.frame). In summary.default, if not specified (i.e., missing(.)), signif() will not be called anymore (since R >= 3.4.0, where the default has been changed to only round in the print and format methods).

...

additional arguments affecting the summary produced.

Value

The ARmdl object is returned invisibly.


roga11/MSTest documentation built on Feb. 25, 2025, 6:10 p.m.