ac | R Documentation |
Autocorrelation and partial autocorrelation function.
ac(data, max_lag = NULL, main_title = NULL, output = NULL)
data |
A numeric, time series, or xts variable. |
max_lag |
A number that represents the maximum lag order for the ACF and PACF. |
main_title |
Optional plot title. |
output |
Return data or not. |
The respective ACF and PACF functions.
ac(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.