plot.FitAR {FitAR} | R Documentation |
Diagnostic plots: portmanteau p-values; residual autocorrelation plot; normal probability plot and Jarque-Bera test; spectral density function
plot.FitAR(x, clearGraphics=TRUE, terse=TRUE, ...)
x |
object of class "FitAR" |
clearGraphics |
close all graphics windows |
terse |
if TRUE, only one graph is produced, otherwise many diagnostic plots. |
... |
optional arguments |
No value is returned. Plots are produced as side-effect.
A.I. McLeod
McLeod, A.I. and Zhang, Y. (2006). Partial autocorrelation parameterization for subset autoregression. Journal of Time Series Analysis, 27, 599-612.
summary.FitAR
,
FitAR
,
FitARLS
JarqueBeraTest
RacfPlot
LBQPlot
data(SeriesA) obj<-FitAR(SeriesA, c(1,2,6,7)) plot(obj)