Tomás E. Tecce
January 31, 2016
Available data suggests that regions in the far north of the Earth are warming more quickly than other parts of the world. We can explore this situation using ice breakup data available for some rivers in Alaska, USA.
With this app you can explore the Nenana River ice breakup data for any range of years from 1917 to 2010. You can:
Available data contains ice breakup dates (Julian dates) for all years between 1917 and 2010.
The app allows you to select a range of years, plot the data and fit linear (blue) and segmented (red) models. In the latter case, you can specify the break point (1970 in this example).
Model selection based on AICc :
K AICc Delta_AICc AICcWt Cum.Wt LL
Segmented 4 594.36 0.00 0.72 0.72 -292.95
Linear 3 596.21 1.86 0.28 1.00 -294.97
The app prints the summaries of the fitted models. Additionally, if two models are selected, you can compare them based on the AIC.
In this example, the segmented model gets first place (the output is always sorted to show the lower AIC model first).