AutocorPlot | R Documentation |
Multi-series Autocorrelation Plotting
AutocorPlot(x, index, lag.max = 64, plot = TRUE)
x |
Variable to compute the autocorrelation of. |
index |
Grouping ID variable of the same length as |
lag.max |
The maximum lag at which to compute autocorrelation. |
plot |
Should a plot be made? Default is |
Sercan Kahveci
mycors<-AutocorPlot(x=ToothGrowth$len,index=ToothGrowth$supp,lag.max=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.