View source: R/statistics-utils.R
cohen_d | R Documentation |
This is wrapper to the effsize::cohen.d()
function.
cohen_d(...)
... |
A comma separated list of arguments. See |
A list of class effsize
as returned by effsize::cohen.d()
.
cohen_d(weight ~ gender, data = ansur)
cohen_d(age ~ gender, data = schizophrenia)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.