Learn R Programming

linea (version 0.1.1)

resid_hist_chart: resid_hist_chart

Description

Histogram of Model Residuals

Usage

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

Value

a plotly histogram of the model's residuals

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

Plot a histogram to visualise the distribution of residuals. This is meant to assess the residual distribution's normality.