Plot Method for "FitAR" Object
Diagnostic plots: portmanteau p-values; residual autocorrelation plot; normal probability plot and Jarque-Bera test; spectral density function
## S3 method for class 'FitAR' plot(x, terse=TRUE, ...)
x |
object of class "FitAR" |
terse |
if TRUE, only one graph is produced, otherwise many diagnostic plots. |
... |
optional arguments |
No value is returned. Plots are produced as side-effect.
When terse=FALSE, numerous graphs are produced. Turn on recording to be able to page back and forth between them.
A.I. McLeod and Y. Zhang
McLeod, A.I. and Zhang, Y. (2006). Partial autocorrelation parameterization for subset autoregression. Journal of Time Series Analysis, 27, 599-612.
obj<-FitAR(SeriesA, c(1,2,6,7)) plot(obj)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.