Description Usage Arguments Details Value See Also Examples
Plot time-series diagnostics.
1 |
x |
(type: numeric) residuals of the fitted time series model. |
lag |
(type: numeric) maximum lag at which to calculate the acf and Ljung-Box test. By default set to 10. |
band |
(type: numeric) absolute value for bandwidth in the the ACF plot. By default set to 'qnorm(0.975)/sqrt(n)' which approximates to 0.07 for malleco data (n = 734) |
This function plot the residuals, the autocorrelation function of the
residuals (ACF) and the p-values of the Ljung-Box Test for all lags up to
lag
.
A ggplot object.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.