Learn R Programming

linea (version 0.1.1)

heteroskedasticity_chart: heteroscedasticity_chart

Description

Scatter of Residuals over dependent Variable

Usage

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

Value

a plotly scatter chart of the model's dependent variable over 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 scatter chart of residuals over the dependent variable. This is meant to assess the consistency of the residuals' variance across the dependent variable.