Posts

Showing posts from July, 2021

Global temperature widget

Image
 I've created a web-based app that calculates linear regression trends on the Cowtan-Way global temperature data set  using annual mean temperature. The reason I picked that particular data set is simply that it's one of the easiest of the surface temperature data sets to download to R.  I chose annual data because red noise is insignificant at that scale so we can go with linear regression without worrying about autoregression. The app was made using the Shiny app in R Studio. When you open the app, you're greeted by a single page with two input boxes on the left-hand side. You enter the start year in the top box and end year in the bottom box and the Shiny app does the rest. The output includes the linear temperature trend per 100 years, the 95% confidence interval for that trend, a graph of the data and trend, complete with 95% confidence interval lines, and at the bottom the actual R output listing the model and fit statistics like the R 2 statistic.  I've demonstr