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
How have the number of income earners by age group changed on a percentage basis at all inflation-adjusted income levels from 1995 to 2005? We'll show you in our last look at each of our age brackets!
The following chart shows the percentage changes in annual income earned by members of Age 15-24 group from 1995 to 2005:
The percentage growth of high income earners in this chart looks much more impressive than it actually is. Income-earners in this youngest age group are heavily weighted to the low end of the scale, with very few individuals at the highest income levels (this accounts for the outsized gains at this end of the chart - it doesn't take a huge change in the number of individuals to score a high percentage!)
Let's next look at the percentage changes for the Age 25-34 group - our first post-school years and now full-time income-earning group:
Here, we see the effects of a massive decrease in the number of low income earners. Meanwhile, like the Age 15-24 group, the positive percentage changes at the high end of the income scale are amplified by the relatively low numbers of individuals earning these incomes.
The chart for the Age 34-44 group shows a somewhat different pattern:
In this chart, we not only see decreases in the number of low-end income earners, but also the numbers of high-end income earners as well.
Note: This chart spans a unique transition for the U.S. In 1995, the Age 35-44 group was entirely made up by members of the baby boom generation. More significantly, the distribution of the numbers of individuals within this group were heavily weighted toward the youngest members (the growing surge of the baby boomers.)
As this group was displaced by 2005's Age 35-44 group, the distribution of the number of individuals within this group became heavily weighted toward the oldest members (the tail end of the baby boom generation.)
This chart also reflects the convergence of several major factors driving how income is distributed among income earners within the U.S., which we'll expand upon later....
The following chart shows massive percentage increases at all levels - driven by the surging numbers of the baby boom generation:
As we've noted before, the ages from 45 through 54 represent the peak income earning years for individuals in the United States, and seeing the raw numbers of the largest generation in the U.S. move fully into these years is something to behold.
The Age 55-64 group saw a disproportionate number of high income earners join its ranks in the period from 1995 to 2005:
The reason why goes straight back to demographics - this age group includes the leading edge of the baby boom generation!
We'll wrap up with the percentage changes in income earners for the retirement ages of 64 through 74:
In a lot of ways, the 65-74 age group is a lot like the Age 15-24 group - it's heavily weighted toward lower incomes. Like the Age 15-24 group, the high percentage increases at higher incomes is largely an artifact of the low numbers of individuals earning these incomes (this group is, after all, largely retired from the U.S. workforce!)
Labels: demographics, income, income distribution
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.