Learn R Programming

FitAR (version 1.94)

plot.FitAR: Plot Method for "FitAR" Object

Description

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

Usage

"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.

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

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

Run the code above in your browser using DataLab