Learn R Programming

EcoMetrics (version 0.1.1)

ACF_PLOT: Plots ACF of a univariate time series

Description

Plots ACF of a univariate time series

Usage

ACF_PLOT(x, lag.max = NULL)

Value

a plot of the acf vs lag

Arguments

x

numeric vector

lag.max

maximum lag to calculate the acf

Author

Mutua Kilai

Examples

Run this code
data(keconomy)
attach(keconomy)
ACF_PLOT(UR)



Run the code above in your browser using DataLab