Scatter of Residuals over dependent Variable
heteroskedasticity_chart(
model = NULL,
decomp_list = NULL,
pool = NULL,
color = "black",
verbose = FALSE
)
a plotly
scatter chart of the model's dependent variable over residuals
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
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.