cohen_d.formula | R Documentation |
Cohen's d
## S3 method for class 'formula'
cohen_d(f, data, ...)
f |
A two-sided formula: y ~ x. |
d |
A data frame. |
test |
Whether to include a Wilcoxon (Mann-Whitney) test of location difference (default: F) |
sig |
The number of significant digits to report (default: 3) |
Cohen's d
cohen_d(mpg ~ am, mtcars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.