AutocorPlot: Multi-series Autocorrelation Plotting

View source: R/plots.R

AutocorPlotR Documentation

Multi-series Autocorrelation Plotting

Description

Multi-series Autocorrelation Plotting

Usage

AutocorPlot(x, index, lag.max = 64, plot = TRUE)

Arguments

x

Variable to compute the autocorrelation of.

index

Grouping ID variable of the same length as X.

lag.max

The maximum lag at which to compute autocorrelation.

plot

Should a plot be made? Default is TRUE.

Author(s)

Sercan Kahveci

Examples

mycors<-AutocorPlot(x=ToothGrowth$len,index=ToothGrowth$supp,lag.max=10)


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.