powered by
This function displays a visualization of effect sizes.
estimate_d( m1 = NULL, m2 = NULL, sd1 = NULL, sd2 = NULL, n1 = NULL, n2 = NULL, d = NULL, fill_1 = "lightblue", fill_2 = "pink", text_color = "black" )
Returns a pretty graph
effect size
A graph of the distributions of the effect size
mean from first group
mean from second group
standard deviation from first group
standard deviation from second group
sample size for first group
sample size for the second group
estimate of the effect size
a color code or name to fill the first distribution
a color code or name to fill the second distribution
a color code or name for the graph text
estimate_d(d = .25) estimate_d(m1 = 10, m2 = 8, sd1 = 5, sd2 = 4, n1 = 100, n2 = 75)
Run the code above in your browser using DataLab