PACF_PLOT {EcoMetrics} | R 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)
[Package EcoMetrics version 0.1.1 Index]