PACF_PLOT | R Documentation |
Plots PACF of a univariate time series
PACF_PLOT(x, lag.max = NULL)
x |
a numeric vector |
lag.max |
maximum lag to calculate pacf |
a plot of the pacf vs lag
Mutua Kilai
data(keconomy)
attach(keconomy)
PACF_PLOT(UR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.