strengejacke / esc

Effect Size Computation for Meta Analysis
https://strengejacke.github.io/esc
20 stars 6 forks source link

Problems with conversion to effect size F #2

Closed strengejacke closed 6 years ago

strengejacke commented 6 years ago
library(esc)
esc_B(3.3, 5, 100, 150, es.type = "f")
#> 
#> Effect Size Calculation for Meta Analysis
#> 
#>      Conversion: unstandardized regression coefficient to effect size f
#>     Effect Size:   0.3481
#>  Standard Error:   0.1328
#>        Variance:   0.0176
#>        Lower CI:   1.0918
#>        Upper CI:   1.8375
#>          Weight:  56.7018

Effect size is out of CI bounds.