powered by
The plot() method for the performance::check_distribution() function.
plot()
performance::check_distribution()
# S3 method for see_check_distribution plot(x, size_point = 2, panel = TRUE, ...)
An object.
Size of point-geoms.
Logical, if TRUE, plots are arranged as panels; else, single plots are returned.
TRUE
Arguments passed to or from other methods.
A ggplot2-object.
# NOT RUN { library(performance) m <- lm(mpg ~ wt + cyl + gear + disp, data = mtcars) result <- check_distribution(m) result plot(result) # }
Run the code above in your browser using DataLab