Description Usage Arguments Value Examples
View source: R/summary_functions.R
Calculates the total standard deviation across two groups as if they were one combined group.
| 1 | 
| 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. Optional: this or the effect size can be specified. | 
| sd2 | SD of group 2. Optional: defaults to sd1. | 
| d | Cohen's D. Optional: this or mean2 can be specified. | 
Total standard deviation across two groups.
| 1 | sd_tot(n1=20, mean1=1, sd1=1, mean2=5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.