-
-
Notifications
You must be signed in to change notification settings - Fork 25
Question and context
Dear all,
Is it possible to use this great package for calculating cohen's d with CI for two columns differing in length?
Thanks in advance!
All reactions
Answered by
mattansb
Aug 14, 2022
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)
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)
All reactions
0 replies
Answer selected by
mattansb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment