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
Teenage workers are disappearing from the U.S. workforce. Something appears to have happened to drive them out of the workforce in large numbers. Phil Miller and Doc Palmer say that the recent mandated hikes in the minimum wage very likely has something to do with the teenagers getting disappeared, but no one in the media is willing to finger them as a promising culprit behind the workplace disappearances.
Could they be right?
To find out, we went straight to the source: the Bureau of Labor Statistics. What we did was to take the BLS' report on the Characteristics of Minimum Wage Earners, 2007 and compare it to their report on the Characteristics of Minimum Wage Earners, 2005. Why these two years? Mainly, 2005 was the last full year in which the BLS' compiled the report under the old minimum wage rate of $5.15 per hour, while 2007 saw the mandated minimum wage rate increased by 13.6% to $5.85 per hour on 24 July 2007.
Here's what we found when we compared Table 7 of both reports, which breaks down the number of hourly wage earners by age group. Our first table shows the number of hourly wage earners in each wage group, broken down by those making more than the federal minimum wage for 2005 and 2007 and those earning the federal minimum wage or less for both years:
Overall, the total number of hourly wage earners increased by 265,000 between 2005 and 2007. We can see right off the magnitude of the changes for the total number of hourly wage earners for each age group, with declines in the totals for those in the groups for Age 16-19, Age 20-24, Age 30-34, Age 35-39, Age 40-44 and Age 45-49 and increases for all the other age groups. We also see the relative proportion of minimum wage earners to the total number of hourly wage earners for each age group, which we'll next look at more closely:
Between 2005 and 2007, the total number of those making the federal minimum wage or less decreased by 153,000, an 8.1% drop below the 2005 figure of 1,882,000 minimum wage earners. We can see that the Age 16-19 and Age 20-24 groups saw dramatic declines in the number of people earning the minimum wage or less, while all the other age groups either saw increases or fairly minor decreases.
If raising the minimum wage had no effect upon the level of employment, we should not see this result. At all. Instead, we should see the number of minimum wage earners for all age groups increase across the board. The reason for this is because the people who earned wages above the old minimum wage level of $5.15 per hour, but at or below the new minimum wage level of $5.85 per hour would now be added to the total number of those counted as earning the minimum wage.
In fact, this is very likely what we do see for the presumably more experienced workers above the age of 25.
In our next chart, we measured the differences between the total number of hourly workers counted between 2005 and 2007 and the number of minimum wage earners for each age group. Here's what we found:
This chart confirms that for teenagers, those between the ages of 16 and 19 years old, all of the jobs that disappeared in 2007 were minimum wage jobs. In essence, a total of 94,000 hourly jobs disappeared for this age group overall. This figure is the net change of this age group losing some 118,000 minimum wage earning jobs and gaining some 24,000 jobs paying above this level.
This represents what we believe to be the effect of the higher minimum wage level increasing the barriers to entry for young people into the U.S. workforce. Since the minimum wage jobs that once were held by individuals in each age group have disappeared, total employment levels have declined as those who held them have been forced to pursue other activities.
Now consider this: The minimum wage was just reset on 24 July 2008 to $6.55 per hour, a 27.2% increase from where it was in early July 2007. Our best guess is that a lot of additional teenagers will be pursuing those other activities.
Meanwhile, the lack of employment opportunities for the least educated, least skilled and least experienced segment of the U.S. workforce will likely have costs far beyond the benefits gained by those who earn the higher minimum wage. The government might be able to make the minimum wage earning teenage worker disappear, but they didn't do anything to make the teenagers themselves disappear.
Labels: jobs, minimum wage, unemployment
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.