powered by
The plot() method for the performance::check_heteroscedasticity() function.
plot()
performance::check_heteroscedasticity()
# S3 method for see_check_heteroscedasticity plot(x, data = NULL, ...)
A ggplot2-object.
An object.
The original data used to create this object. Can be a statistical model.
Arguments passed to or from other methods.
See also the vignette about check_model().
check_model()
if (FALSE) { # require("performance") m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars) result <- check_heteroscedasticity(m) result plot(result, data = m) # data required for pkgdown }
Run the code above in your browser using DataLab