View source: R/Desc_function.R
cohen_d | R Documentation |
This function estimates Cohen's d in MAGMA_desc
.
cohen_d(Data, index_1, index_2)
Data |
A data frame that contains sample sizes, means, and standard deviations. |
index_1 |
Number of group 1. |
index_2 |
Number of group_2 |
Inner function of MAGMA_desc
that computes Cohen's d using the
pooled SD.
A vector of pairwise Cohen'ds.
Julian Urban
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.