powered by
Plot the Pacf figure with observations of a single variable beautifully.
ggpacf(data, lag = 10)
A ggplot figure of the pacf
vector of observations
the maximum lag to calculate the pacf
swan <- rGarch(len = 180) ggpacf(swan^2, 20)
Run the code above in your browser using DataLab