get_cohensd {volker} | R Documentation |
TODO: NOT FINISHED YET
get_cohensd(values, groups, conf = 0.95, pooled = FALSE)
values |
A numeric vector. |
groups |
A vector indicating groups. |
conf |
The confidence interval. |
pooled |
Whether to pool variances. |
A list with the elements d (Cohen's d), ci.low and ci.high (its confidence interval).