if (FALSE) { # identical(Sys.getenv("NOT_CRAN"), "true") && require("randomForest")
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