cohen_d {MAGMA.R} | 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