1

enter image description here

I have this climate data, it has a low r-squared number - does that mean it fails to demonstrate climate change?

2 Answers2

1

Let's review what $R^2$ means in this case.

Proportion of variance explained by the model.

What your value says is that the model explains $0.86103\%$ of the variance. This does not surprise me. Climate change is talked about as being a few degrees over decades. It is December. I suspect that, six months from now, it will be a lot more than two degrees warmer. Many factors other than "climate change" would affect an average monthly temperature. If I wanted to predict an average temperature for a month, I would find it much more helpful to know that the month is in June than the year is 1880.

(In other words, which do you think is hotter, winters now or summers 140 years ago?)

No, the low $R^2$ value does not preclude a trend.

Your next step in the analysis would be to look at a confidence interval on the slope parameter. If that confidence interval contains numbers less than $0$, then, loosely speaking, it could be that your positive trend is just by coincidence, despite the true trend being cooling.

Dave
  • 28,473
  • 4
  • 52
  • 104
1

No, this model with this dataset does not contradict climate change.

I believe you're using monthly temperature series, which means the sample size is about n=2,000. Your correlation coefficient is $r=\sqrt{R^2}\approx0.09$, the t-stat is $t=r\sqrt{\frac{n-2}{1-R^2}}\approx 4.2$. Yes, correlation is very low, but it is significant at 1%.

Does this mean that this model and dataset prove that climate is changing or that the change is caused by humans? No. That's much higher burden of proof.

However, from what we know outside this dataset, it would be strange if the temperature wasn't changing over long periods time now when it was clearly changing in the past before humans even existed. Climate is always changing. The question is why and what to do about it if anything at all?

Aksakal
  • 55,939
  • 5
  • 90
  • 176