Description Usage Arguments Examples
View source: R/utility_functions.R
The tsACF function calculate the estimated autocorrelation between a series and its past lags
1 2 3 4 5 6 7 8 9 |
input |
A tsibble object |
var |
A character, optional, defines the variables names to calculate the ACF when having a multuple time series object |
max.lag |
An integer, defines the maximum number of lags to be used |
ci |
A numeric between 0 and 1, defines the coverage probablility for confidence interval (by default set to 0.95) |
na.rm |
A boolean, if set to TRUE will ignore missing values |
width |
A numeric, defines the plot's autocorrelation lines width |
plot |
A boolean, if set to TRUE will plot the acf results |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.