Approximated From Bushman and Anderson
Andy Grogan-Kaylor
January 30, 2025
Effect sizes are approximated from a Figure in Bushman and Anderson (2001).
library(readr) effectsizes <- read_csv("effectsizes.csv") library(plotly) plot_ly(effectsizes, y = ~Association, x = ~Correlation, color = ~Correlation, text = ~Correlation, name = "Effect Sizes", type = "bar")