Description Usage Arguments Value Examples
View source: R/summary_functions.R
Calculate Cohen's D from summary statistics
| 1 | calcD(n1, mean1, sd1, n2 = n1, mean2, sd2 = sd1)
 | 
| n1 | Number of measurements in group 1. | 
| mean1 | Mean of group 1. | 
| sd1 | SD of group 1. | 
| n2 | Number of measurements in group 2. Optional: defaults to n1. | 
| mean2 | Mean of group 2. | 
| sd2 | SD of group 2. Optional: defaults to sd1. | 
Cohen's D
| 1 | calcD(n1=10, mean1=10, sd1=1, mean2=11)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.