panel.acf: Panel functions for tsdiagplot.

View source: R/ARIMA-trellis.R

panel.acfR Documentation

Panel functions for tsdiagplot.

Description

Panel functions for tsdiagplot.

Usage

panel.acf(..., n.used)
panel.std.resid(...)
panel.gof(...)

Arguments

...

standard arguments to panel functions.

n.used

number of lags. THis number is needed to calculate the confidence interval which is 2//sqrt(n.used).

Author(s)

Richard M. Heiberger (rmh@temple.edu)

See Also

tsdiagplot


HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to panel.acf in HH...