summary.arma.loop {HH}R Documentation

summary and print and subscript methods for tsdiagplot and related objects.

Description

summary and print and subscript methods for tsdiagplot and related objects.

Usage

## S3 method for class 'arma.loop':
summary(object, ...)
## S3 method for class 'arma.loop.list':
summary(object, ...)
## S3 method for class 'arma.loop':
print(x, ...)
## S3 method for class 'arma.loop.list':
print(x, ...)
## S3 method for class 'tsacfplots':
print(x, ...)
## S3 method for class 'arma.loop':
x[..., drop = TRUE]
## S3 method for class 'diag.arma.loop':
x[..., drop = TRUE]

Arguments

x, object object to be summarized or printed or subscripted.
... additional arguments
drop See Extract in R, Subscript in S-Plus.

Author(s)

Richard M. Heiberger (rmh@temple.edu)

See Also

arma.loop, tsacfplots, tsdiagplot


[Package HH version 2.1-25 Index]