cohensd {IPDFileCheck} | R Documentation |
Function to find the effect size Cohen's d
Description
Function to find the effect size Cohen's d
Usage
cohensd(x, y)
Arguments
x |
a vector |
y |
another vector |
Value
cohens d estimated with 95
Examples
cohensd(c(1, 2, 3, 4), c(3, 4, 5, 6))
[Package IPDFileCheck version 0.8.1 Index]