powered by
The plot() method for the performance::check_homogeneity() function.
plot()
performance::check_homogeneity()
# S3 method for see_check_homogeneity 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.
library(performance) model <<- lm(len ~ supp + dose, data = ToothGrowth) result <- check_homogeneity(model) result plot(result)
Run the code above in your browser using DataLab