Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.arma.loop

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,
               ts.pos=c(.00, .00,  .70, 1.00),
               acf.pos=c(.65, .10, 1.00,  .90),
               ...,
               portrait=FALSE,
               ts.pos.portrait=c(0, .3, 1, 1),
               acf.pos.portrait=c(.1, 0, .9, .35))
## 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.

ts.pos, acf.pos, ts.pos.portrait, acf.pos.portrait

Default positions for print.trellis

portrait

logical. If FALSE, arrange the panels for a landscape orientation. If TRUE, arrange the panels for a portrait orientation.

...

additional arguments

a

drop

See Extract.

Author(s)

Richard M. Heiberger (rmh@temple.edu)

See Also


HH

Statistical Analysis and Data Display: Heiberger and Holland

v3.1-43
GPL (>= 2)
Authors
Richard M. Heiberger
Initial release
2020-11-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.