peacf.plot {pear}R Documentation

periodic correlation plot

Description

Produces auto and partial periodic correlation plots using the output from peacf and pepacf. If plot=TRUE in the argument to peacf or pepacf then these functions call peacf.plot.

Usage

peacf.plot(r)

Arguments

r list returned from peacf or pepacf

Details

The plot shows the periodic correlations at various lags along with benchmark 95% limits for no correlation effect.

Value

NULL

Side Effects

plot produced

References

McLeod, A.I. (1994), "Diagnostic Checking of Periodic Autoregression" Journal of Time Series Analysis, Vol. 15, No. 2, pp.221–233.

See Also

peacf, pepacf

Examples

data(fraser)
acf.out <- peacf(log(fraser), plot=FALSE)
peacf.plot(acf.out)

[Package pear version 1.0 Index]