I have data that looks like this:
Is there a standard test that I can use to evaluate the correlation between the rank and Boolean attribute?
I have data that looks like this:
Is there a standard test that I can use to evaluate the correlation between the rank and Boolean attribute?
I'm 10 months late but... on the off chance you/someone else finds this useful... What you're looking for is Point Biserial Correlation.
First off, we know the groups aren't independent. In fact, once you know the ranks in the second group, you know the ranks in the first (and vice versa)--i.e. each rank is either in one group or the other but not both.
Given this, you might want to perform a permutation test to see whether the average rank (or some other statistic) of the first group is extreme compared to the sampling distribution of the average rank under the assumption that the ranks are randomly assigned to each group.