es.d | R Documentation |
This function takes as inputs a difference between two means and a standard deviation and outputs the d effect size as defined by Cohen (1988), also called the standardized mean difference.
es.d(delta = NULL, sd = 1)
delta |
If one mean: muA (the true mean) - mu0 (the mean under the null). If two means: DeltaA (the true difference mu1 - mu2) - Delta0 (the difference under the null). |
sd |
The estimated standard deviation; defaults to 1. |
Cohen J (1988) Statistical Power Analysis for the Behavioral Sciences, 2nd edition. Lawrence Erlbaum Associates, Hillsdale, New Jersey
A list of the arguments and the d effect size.
es.d(delta = 6.5 - 5.7, sd = 0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.