cohen_d {psyntur} | R Documentation |
Cohen's d and Hedges g effect size
Description
This is wrapper to the effsize::cohen.d()
function.
Usage
cohen_d(...)
Arguments
... |
A comma separated list of arguments. See |
Value
A list of class effsize
as returned by effsize::cohen.d()
.
Examples
cohen_d(weight ~ gender, data = ansur)
cohen_d(age ~ gender, data = schizophrenia)
[Package psyntur version 0.1.0 Index]