Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tTestIS: Allow rank biserial correlation to be negative #403

Conversation

raviselker
Copy link
Member

Rank biserial correlation previously used the given test-statistic (the Mann-Whitney U) to calculate the rank biserial correlation. However, because the Mann-Whitney U always takes the smallest of the two calculated Us this means that the rank biserial correlation is always positive and therefore doesn't indicate directionality of the effect. This commit fixes this.

Fixes jamovi/jamovi#1500

Rank biserial correlation previously used the given test-statistic
(the Mann-Whitney U) to calculate the rank biserial correlation.
However, because the Mann-Whitney U always takes the smallest of the
two calculated Us this means that the rank biserial correlation is
always positive and therefore doesn't indicate directionality of the
effect. This commit fixes this.
@jonathon-love jonathon-love merged commit 34f0421 into jamovi:master May 31, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jamovi is calculating the absolute value for the Rank Biserial Correlation
2 participants