Bar chart of autocorrelation function
acf_chart(
model = NULL,
decomp_list,
pool = NULL,
color = "black",
verbose = FALSE
)
a plotly
bar chart of the model's ACF
Model object
list object generated by the decomping
function.
string specifying a group within the pool column to be filtered
string specifying bar color
A boolean to specify whether to print warnings
A bar chart meant to assess the correlation of the residuals with lagged versions of themselves.