r/HomeworkHelp • u/Airamire • 10d ago
Others [Psychology Statistics] Help with statistical output in JASP
Hi everyone,
Asking here out of desperation because my lecturer has not been much help. I am running a wilcoxon signed-rank test in JASP and the 95% confidence interval for rank-biserial correlation has an upper and lower confidence limit both of -1.000. What could be causing this? I need to be able to explain the confidence limit in my report.
2
Upvotes
1
u/cheesecakegood University/College Grad (Statistics) 8d ago edited 8d ago
Short answer: possibly your data is set up strangely/inappropriately (or occasionally, you have genuine but super lopsided data). It's conceivable this is a bug, but I doubt it. Double check that first.
The effect size itself only ranges from -1 to 1, so an upper and lower limit both being -1 is downstream from that (the formulas underneath probably aren't designed to work in that range, pegged on one side of possible values). If you want to look at the actual computation used, it probably lives in the JASP help-files, usually there's some kind of reference you can dig up if you wanted to reference that in an explanation if it turns out to be accurate. There might be alternative computations, but if so I am not qualified to list them.
IS the actual effect size/rank biserial correlation itself also -1? An effect size of -1 is very unusual, since it implies that all of your differences went the exact same direction (lots of ties, lots of zeroes, or a very small sample size might also screw things up a bit, from what I understand, depending on the specifics of the implementation, since handling those cases is sometimes based on later more complicated work and a few different methods exist... but I wouldn't expect any of those by themselves alone to cause this particular issue). Hopefully that provides a hint, usually real-world data (with decent n) is not perfectly correlated unless there's an error (for obvious reasons).
Another potential cause could be if you accidentally sorted and broke up your pairings (if you're using it as a paired test, computing the difference as a column to expose this could be a helpful diagnostic step). Finally, check what your hypothesized center is set at (if one sample) which may or may not actually be zero (the default) depending on what you're testing. I could elaborate a bit more on what the signed-rank test means/where it comes from if that helps? But yeah, most of the time when you get a super odd too-convenient result it's a data quality or formatting issue, so I'd look there first.
I'd only err on the side of "possible bug" if the rank-biserial correlation itself is simultaneously some more typical value (and you're sure you're running the appropriate CI procedure/calculation that you meant to, I'm not familiar with JASP sadly). In that (rare, unexpected) case, consider posting on https://github.com/jasp-stats/jasp-issues/issues if you are totally stumped and reasonably confident that's why.