ggpacf | R Documentation |
Plot the Pacf figure with observations of a single variable beautifully.
ggpacf(data, lag = 10)
data |
vector of observations |
lag |
the maximum lag to calculate the pacf |
A ggplot figure of the pacf
swan <- rGarch(len = 180) ggpacf(swan^2, 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.