Hi R-users, I have a time series of residuals and I want to get the ACF (autocorrelation) values till lag = 12, along with the 12 upper/lower confidence limits. I understand that acf(residual) would give me the plot, but I will also need the actual values as an array etc. Plus, I'll have to extract the plot from R as well. Is there a way to achieve these two?
Appreciate your help. Regards, Preetam [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.