PACF_PLOT: Plots PACF of a univariate time series

View source: R/ecometrics.R

PACF_PLOTR Documentation

Plots PACF of a univariate time series

Description

Plots PACF of a univariate time series

Usage

PACF_PLOT(x, lag.max = NULL)

Arguments

x

a numeric vector

lag.max

maximum lag to calculate pacf

Value

a plot of the pacf vs lag

Author(s)

Mutua Kilai

Examples

data(keconomy)
attach(keconomy)
PACF_PLOT(UR)




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