cohensdcalc | R Documentation |
Generates a Cohen's d effect size for two data sets
cohensdcalc(before, after)
before |
data set of the before group |
after |
data set of the after group |
Cohen's d
beforegroup<-rnorm(75,0,1) aftergroup<-rnorm(75,1,1) cohensdcalc(beforegroup,aftergroup)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.