Visualize the distribution of the residuals of a model.
Usage
stat_resid_hist(mapping = ggplot2::aes(), bins = 30, ...)Arguments
- mapping
Additional aesthetic mappings to add to the layer, e.g.
aes(fill = some_var). Ifmappingincludes a required aesthetic (e.g.x,y), the supplied value is ignored in favor of the default and a warning is issued.- bins
Adjust the number of bins.
- ...
Additional arguments passed on to
geom_histogram().
