jamovi / jmv

jamovi for R
https://www.jamovi.org
55 stars 27 forks source link

tTestOnes: fix rank biserial effect size #380

Closed raviselker closed 1 year ago

raviselker commented 1 year ago

Because the rank biserial effect size calculated ties based on a value of 0 instead of the actual testValue (which defaults to 0), the calculation did not take into account non-zero testValues. This commit fixes this by comparing calculated ties based on the testValue instead of a fixed value of 0.

Fixes jamovi/jamovi#1331