to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
By request, we've updated and begun refining our earlier presentation showing the major trends in the number of employed by age group as correlated with changes in the average retail price of gasoline in the U.S.
One thing we observe is that with the recent rise in average fuel prices, the number of employed teens has nearly dropped back to where it was in the period from October 2009 through September 2014, suggesting that the recent benefits for employment growth to having had fuel prices fall from July 2014 through February 2015 may now be lost as fuel prices rise. Curiously, when we dug deeper into the data, we found that almost all of the reversal for U.S. teens occurred for male teenagers.
We also see that the effect of rising fuel prices isn't limited to younger Americans, as we see that once those prices began rising, the improving trend and momentum in the job picture for older Americans began to stall out in recent months. It is as if the relative increase in the disposable income that Americans gained as a result of having fuel prices fall is no longer available to fuel growth for firms whose business prospects are particularly sensitive to changes in the disposable income of American consumers.
Looking at the larger picture and what it means for the U.S. economy, the reason we focus special attention on the employment trends for both U.S. teens and young adults betwen the ages of 20 and 24 because these individuals are, almost by definition, on the margins for the U.S. job market. And of course, as any competent economist knows, all the important action in a nation's economy occurs or is most evident at its margins, which is why a capable analyst would go to the trouble of attempting to visualize the nation's changing employment situation against the context of the major factors that influence it.
Admittedly, we're still working at it because we're adapting a chart that we originally developed for another purpose by, in effect, using crayons to color in the relevant context.
U.S. Bureau of Labor Statistics. Labor Force Statistics from the Current Population Survey. Household Data: Both Sexes, All Races, All Origins, 16 years and over, 16 to 19 years, 20 to 24 years, All education levels, All marital statuses, Employed, Seasonally Adjusted, Monthly, November 2007 through June 2015. [Online Application]. Accessed 5 July 2015.
U.S. Energy Information Administration. U.S. All Grades All Formulations Retail Gasoline Prices, November 2007 through June 2015. [Online Application]. Accessed 5 July 2015.
Labels: demographics, gas prices, jobs
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.