ACF_PLOT: Plots ACF of a univariate time series

View source: R/ecometrics.R

ACF_PLOTR 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)




EcoMetrics documentation built on April 3, 2025, 10:06 p.m.