Learn R Programming

linea (version 0.1.1)

acf_chart: acf_chart

Description

Bar chart of autocorrelation function

Usage

acf_chart(
  model = NULL,
  decomp_list,
  pool = NULL,
  color = "black",
  verbose = FALSE
)

Value

a plotly bar chart of the model's ACF

Arguments

model

Model object

decomp_list

list object generated by the decomping function.

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

Details

A bar chart meant to assess the correlation of the residuals with lagged versions of themselves.