ACF_PLOT {EcoMetrics} | R Documentation |
Plots ACF of a univariate time series
Description
Plots ACF of a univariate time series
Usage
ACF_PLOT(x, lag.max = NULL)
Arguments
x |
numeric vector |
lag.max |
maximum lag to calculate the acf |
Value
a plot of the acf vs lag
Author(s)
Mutua Kilai
Examples
data(keconomy)
attach(keconomy)
ACF_PLOT(UR)
[Package EcoMetrics version 0.1.1 Index]