Learn R Programming

EcoMetrics (version 0.1.1)

PACF_PLOT: Plots PACF of a univariate time series

Description

Plots PACF of a univariate time series

Usage

PACF_PLOT(x, lag.max = NULL)

Value

a plot of the pacf vs lag

Arguments

x

a numeric vector

lag.max

maximum lag to calculate pacf

Author

Mutua Kilai

Examples

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



Run the code above in your browser using DataLab