powered by
Produces a grid of scatterplots of a series versus lagged values of the series.
lag1.plot(series, max.lag = 1, corr = TRUE, smooth = TRUE)
the data
maximum lag
if TRUE, shows the autocorrelation value in a legend
if TRUE, adds a lowess fit to each scatterplot
http://www.stat.pitt.edu/stoffer/tsa4/
# NOT RUN { lag1.plot(soi, 9) # }
Run the code above in your browser using DataLab