-
Question and context |
Beta Was this translation helpful? Give feedback.
Answered by
mattansb
Aug 14, 2022
Replies: 1 comment
-
Not a problem x <- 1:10 # length = 10
y <- 7:20 # length = 14
effectsize::cohens_d(x, y)
#> Cohen's d | 95% CI
#> --------------------------
#> -2.13 | [-3.14, -1.09]
#>
#> - Estimated using pooled SD. Created on 2022-08-14 by the reprex package (v2.0.1) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mattansb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not a problem
Created on 2022-08-14 by the reprex package (v2.0.1)