Description Usage Arguments Details Examples
Several measures of effect size and easy conversations between them.
1 2 3 4 5 6 7 8 9 10 11 |
d |
Cohen's d |
n1, n2 |
Group sizes, see details for me |
var |
Logical, if 'TRUE', computes variance |
.a, .b, .c, .d |
Values in a contengency table; or '.a' can be a table (see details for more) |
... |
Additional arguments sent to methods |
odds |
A vector of odds ration values |
r |
Correlation coefficient |
finite |
Logical, if 'TRUE', will not return values of 'Inf' or '-Inf' |
'odds_ratio()' will not return -Inf Contigency table values: column row c1 c2 r1 a b r2 c d
Inside 'cohend()', 'n1' defaults to 4 when 'NULL'. Otherwise, 'n2' will default to 'n1' if not set.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.