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
Motio Research's estimate of median household income in the United States for April 2024 is $78,238. At this writing, the independent data science and economic consulting firm has not yet published an estimate for May 2024 for its Household Income index. When that new estimate becomes available, we will append it to this post.
In the meantime, Political Calculations' estimate of median household income in May 2024 is available. That's possible because we developed an alternate method to estimate median household income, which complements the survey-based method utilized by Motio Research.
Our initial estimate of median household income in May 2024 based upon that methodology is $77,949, which is $189 (+0.24%) higher than our initial estimate of $77,760 for April 2024.
The latest update to Political Calculations' chart tracking Median Household Income in the 21st Century shows the nominal (red) and inflation-adjusted (blue) trends for median household income in the United States from January 2000 through May 2024. The inflation-adjusted figures are presented in terms of constant May 2024 U.S. dollars and are not seasonally adjusted, unlike the data used to produce Motio Research's Household Income index:
At its initial estimate of $77,949 in May 2024, median household income remains 4.4% below its April 2024 inflation adjusted peak in terms of constant May 2024 U.S. dollars. It likewise remains about 3.5% below its December 2020 level. It has however risen nearly one percent above its June 2022 low according to these non-seasonally adjusted figures, which we track because the vast majority of household expenses are not adjusted for seasonality by the households that have to pay them.
The U.S. Bureau of Economic Analysis made minor downward adjustments to the aggregate income estimates we use to produce our estimates for the months of January through April 2024. Here's how that income data changed from what the BEA reported a month earlier:
For the latest in our coverage of median household income in the United States, follow this link!
U.S. Bureau of Economic Analysis. Table 2.6. Personal Income and Its Disposition, Monthly, Personal Income and Outlays, Not Seasonally Adjusted, Monthly, Middle of Month. Population. [Online Database (via Federal Reserve Economic Data)]. Last Updated: 28 June 2024. Accessed: 28 June 2024.
U.S. Bureau of Economic Analysis. Table 2.6. Personal Income and Its Disposition, Monthly, Personal Income and Outlays, Not Seasonally Adjusted, Monthly, Middle of Month. Compensation of Employees, Received: Wage and Salary Disbursements. [Online Database (via Federal Reserve Economic Data)]. Last Updated: 28 June 2024. Accessed: 28 June 2024.
U.S. Department of Labor Bureau of Labor Statistics. Consumer Price Index, All Urban Consumers - (CPI-U), U.S. City Average, All Items, 1982-84=100. Not seasonally adjusted. [Online Database (via Federal Reserve Economic Data)]. Last Updated: 12 June 2024. Accessed: 12 June 2024.
Image Credit: Photo by Clay Banks on Unsplash.
We'll append Motio Research's estimate of median household income for May 2024 here after it becomes available.
Update 14 July 2024: Here's the snapshot of Motio Research's estimate of May 2024's median household income:
At $78,310, Motio Research's survey based estimate for May 2024 is $361 or about half a percent higher than our estimate.
And because we're a bit late in capturing Motio's estimate for May 2024, we can also preview their estimate for June 2024. They are estimating a jump in median household income to $79,090, which is a large jump of about one percent. We won't have the data to determine our alternate estimate for comparison until later this month, so we'll pick the story up again in a new article after we have it.
Labels: median household income
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.