plot.FitAR: Plot Method for "FitAR" Object

Description Usage Arguments Value Note Author(s) References See Also Examples

Description

Diagnostic plots: portmanteau p-values; residual autocorrelation plot; normal probability plot and Jarque-Bera test; spectral density function

Usage

1
2
## S3 method for class 'FitAR'
plot(x, terse=TRUE, ...)

Arguments

x

object of class "FitAR"

terse

if TRUE, only one graph is produced, otherwise many diagnostic plots.

...

optional arguments

Value

No value is returned. Plots are produced as side-effect.

Note

When terse=FALSE, numerous graphs are produced. Turn on recording to be able to page back and forth between them.

Author(s)

A.I. McLeod and Y. Zhang

References

McLeod, A.I. and Zhang, Y. (2006). Partial autocorrelation parameterization for subset autoregression. Journal of Time Series Analysis, 27, 599-612.

See Also

summary.FitAR, FitAR, JarqueBeraTest RacfPlot LBQPlot

Examples

1
2
obj<-FitAR(SeriesA, c(1,2,6,7))
plot(obj)

FitAR documentation built on May 2, 2019, 3:22 a.m.