Description Usage Arguments Value Examples
View source: R/cohensD_Paired.R
This function calculates Cohen's D for paired data. The formula was taken from the rstatix package.
1 | cohensD_Paired(meanD, sigmaD)
|
meanD |
Mean of the differences between measurements |
sigmaD |
SD of the differences between measurements |
Cohen's D for paired data. Adapted from rstatix
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.