I have two paired variables, x and y:
person x y
1 124 100
2 79 94
3 118 105
...
Here is a scatterplot of the data:
I am interested in the correlation between x and y. Bootstrapping gives me the following distribution. The lines are the actual correlation of the data (rho = 0.16) and the 0.25%- and 97.5%-quantiles of the bootstrap distribution.
What does it mean that the distribution of the correlation is multimodal?
The data are merely an example to illustrate the question. What would this outcome mean, if sample size were large enough?