get_acf_qnt | R Documentation |
This function prints the percent quantiles of the autocorrelation coefficients of the variables included in the data set. This is a simple way to summarize the degree of non-stationarity and persistence of the variables. The number of lags at which autocorrelations are calculated and the grid of probabilities for the percent quantiles can be defined.
get_acf_qnt(df, lag.acf = 8, qnt_grid = c(0.05, 0.25, 0.5, 0.75, 0.95))
df |
|
lag.acf |
maximum number of lags at which the autocorrelations are calculated |
qnt_grid |
vector of probabilities determining the sample percent quantiles |
Quantile table giving the distribution of autocorrelation coefficients at different lags
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.