Skip to contents

This function allows you to convert d to Cohen's f and \(f^2\) statistics.

Usage

d_to_f2(d)

Arguments

d

the effect size to convert

Value

Both Cohen's f and f^2 statistics

f

d values translated into f

f2

d values translated into \(f^2\)

Examples


d_to_f2(.25)
#> $f
#> [1] 0.125
#> 
#> $f2
#> [1] 0.015625
#>