powered by
The plot() method for the effectsize::effectsize() function.
plot()
effectsize::effectsize()
# S3 method for see_effectsize_table plot(x, ...)
A ggplot2-object.
An object.
Arguments passed to or from other methods.
library(effectsize) m <- aov(mpg ~ factor(am) * factor(cyl), data = mtcars) result <- eta_squared(m) plot(result)
Run the code above in your browser using DataLab