acf_chart: acf_chart

View source: R/charting.R

acf_chartR Documentation

acf_chart

Description

Bar chart of autocorrelation function

Usage

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

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.

Value

a plotly bar chart of the model's ACF


linea documentation built on Sept. 15, 2022, 9:06 a.m.