autocor.plot {s20x} | R Documentation |
Plots current vs lagged residuals along with quadrants dividing these residuals about the value zero.
autocor.plot(fit)
fit |
output from the function "lm()". |
Plots current vs lagged residuals along with quadrants dividing these residuals about the value zero.
data(airpass.df) time<-1:144 airpass.fit<-lm(passengers~time, data = airpass.df) autocor.plot(airpass.fit)