To noodle a bit more about tails coming apart: asymptotically, no matter how large r, the probability of a ‘double max’ (a country being the top/max on variable A correlated r with variable B also being top/max on B) decreases to 1/n. The decay is actually quite rapid, even with small samples you need r>0.9 to get anywhere.
A concrete example here: you can’t get 100%, but let’s say we only want a 50% chance of a double-max. And we’re considering just a small sample like 192 (roughly the number of countries in the world, depending on how you count). What sort of r do we need? We turn out to need r ~ 0.93! There are not many correlations like that in the social sciences (not even when you are taking multiple measurements of the same construct).
Some R code to Monte Carlo estimates of the necessary r for n = 1-193 & top-p = 50%:
To noodle a bit more about tails coming apart: asymptotically, no matter how large r, the probability of a ‘double max’ (a country being the top/max on variable A correlated r with variable B also being top/max on B) decreases to 1/n. The decay is actually quite rapid, even with small samples you need r>0.9 to get anywhere.
A concrete example here: you can’t get 100%, but let’s say we only want a 50% chance of a double-max. And we’re considering just a small sample like 192 (roughly the number of countries in the world, depending on how you count). What sort of r do we need? We turn out to need r ~ 0.93! There are not many correlations like that in the social sciences (not even when you are taking multiple measurements of the same construct).
Some R code to Monte Carlo estimates of the necessary r for n = 1-193 & top-p = 50%:
https://i.imgur.com/Yzz2VYA.png