Confidence Interval for Cohen's h
ci_cohens_h(p1, p2, n1, n2, conf.level = 0.95)Lower and upper limits on confidence interval.
ci_cohens_h(p1 = 0.174, n1 = 27, p2 = .111, n2 = 25, conf.level = 0.95)
#>
#> --------------------------------------------------
#> 95% Confidence Interval
#> --------------------------------------------------
#>
#> Cohen's h = 0.09062846
#>
#> Lower Limit = -0.3627418
#> Upper Limit = 0.7252556
#>
#> --------------------------------------------------