powered by
The plot() method for the effectsize::effectsize() function.
plot()
effectsize::effectsize()
# S3 method for see_effectsize_table plot(x, ...)
An object.
Arguments passed to or from other methods.
A ggplot2-object.
# NOT RUN { 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