Earlier quoted context omitted.
The graph is claiming that countries should appear on the line - above the line are doing better than average; below the line are doing worse than average. Vertical distance from the line is what you're looking for, so NZL is a crazy distance below. NOR, GRC and IRL are the furthest above the line. However, another way to view this graph is to say that structural policies have no predictive power. If you take out the…
I went to the real source [1], which provides this data: http://i.imgur.com/d46JG8Q.png , and plotted it. The R(square) value for the fit it 0.2. The Pearson r is 0.44 with a p-value of 0.02 i.e. potentially useful. Taking out Greece, Portugal and USA changes the R(square) to 0.002, the Pearson r to 0.05 with a p-value of 0.8, i.e without the outliers there is no correlation between the values. So, indeed, the outlie…
I respect why you think this, but I don't agree. Identifying points on the graph which don't fit with the pattern of the rest of the data is a reasonable way to identify outliers. Even if you choose not to exclude those, there's a greater problem:
Correlation is not robust if it depends on 2 or 3 points being in just the right place. And, robustness is one of the things you really ought to check for if you calculate Pearson's r. If you get different results with outliers in and out, that's a problem for your results.
In my opinion, any significant result here is just statistical noise.
See Wikipedia for further discussion: https://en.wikipedia.org/wiki/Pearson_product-moment_correla...