acf_chart | R Documentation |
Bar chart of autocorrelation function
acf_chart( model = NULL, decomp_list, pool = NULL, color = "black", verbose = FALSE )
model |
Model object |
decomp_list |
list object generated by the |
pool |
string specifying a group within the pool column to be filtered |
color |
string specifying bar color |
verbose |
A boolean to specify whether to print warnings |
A bar chart meant to assess the correlation of the residuals with lagged versions of themselves.
a plotly
bar chart of the model's ACF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.