Effect Sizes

Approximated From Bushman and Anderson

Author

Andy Grogan-Kaylor

Published

January 30, 2025

Bushman and Anderson

Effect sizes are approximated from a Figure in Bushman and Anderson (2001).

Effect Sizes

Show the code
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")

References

Bushman, Brad, and Craig Anderson. 2001. “Media Violence and the American Public: Scientific Facts Versus Media Misinformation.” The American Psychologist 56 (June): 477–89. https://doi.org/10.1037//0003-066X.56.6-7.477.