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 much will the cost of tuition and required fees at a four-year college or university be next year on average? And how about four years from now when today's freshmen may be graduating?
For us, those are really easy questions to answer, because we discovered that the average annual cost of both tuition and required fees at a four-year college or university has come to move in almost perfect lockstep with the total amount of money the U.S. government spends each year.
And because it does, we can take the total federal spending projected by the White House in its most recent fiscal year budget proposal to anticipate what the average annual cost of college will be for each of the years the budget looks into the future.
That information is presented in Table 3.1 of the historical tables presented in the White House's latest budget document, which covers "Outlays by Superfunction and Function". What we're after are the figures for "Total Federal Outlays" for each year from now until 2013, which should cover everyone spanning from this year's seniors through this year's entering freshmen.
Below, we've presented the data we found for the total federal spending levels in the OMB's Fiscal Year 2011 budget for the each year from 2006 through 2013, along with what our tool (on the right) would project for each of those years based on the trend we observe running from 1996 to at least through 2008:
|
What we find is that if the relationship we found holds over these years, the average cost of tuition and required fees at a four-year higher education institution in the United States will be approximately 25% greater in 2013 than they were in 2008, the last year for which we have recorded data.
We would actually expect that tuition growth will fall below what our tool projects for 2009 through 2011, but will catch up to what it projects for 2012 and 2013. The reason why is because much of the growth in federal spending has been directed toward specific expenditure categories in recent years due to the financial crisis of 2008, so we should expect U.S. higher education institutions to resume pacing their "usual" share of federal spending as the spending associated with the 2008 crisis recedes with the passage of time.
Of course, there's always the chance that the cost of a college education may begin to be driven by factors other than what the total level spending by the federal government will be. But unless and until the current pattern breaks, you can reasonably expect that the average cost of college forecast by our tool will generally follow the pace set by the federal government's projected levels of future spending.
Labels: education, forecasting, tool
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.