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
When we discovered that the average cost of tuition at four-year higher education institutions was largely pacing the growth of total federal government spending in the United States, that was a very surprising result. The reason why that's surprising is because of how most universities are funded.
According to Table 5 of the Digest of Education Statistics 2009, as of the 2007-08 school year, there were 2,675 Title IV degree-granting institutions (aka "colleges and universities") in the U.S. Of these, 653 were public institutions (mainly state universities) and the remaining 2,022 were private institutions.
But it is the size of the institutions that matters, not their numbers. In the U.S., 92 of the top 100 universities by enrollment are public, state-supported universities and 77% of all college students attend state-supported institutions. As a result, we would then expect the average tuition figures for four-year public institutions to closely follow state-level government spending and not the federal government's total level spending from year-to-year.
And since many states have been cutting back expenditures supporting their post-secondary education institutions, a process that has been ongoing for some time, we would expect tuition to fall, or at least hold level as the institutions adapt by cutting low demand, high cost programs and other expenses.
But the average tuition at a four-year institution is neither falling back nor holding level. It's directly tracking total federal spending, with small deviations that are likely attributable to natural variation.
That much is made clear in our next chart, where we've shown the relationship between the average tuition at a four-year post-secondary education institution against the total level of federal spending for each year from 1976 through 2008.
Here we find that for the years from 1976 to 1992, the change in total federal spending has a correlation coefficient of 0.984. Or to describe what that means in simpler terms, the change in total federal spending "explains" some 98.4% of the change in the average cost of tuition at a four-year institution.
We next see a transition period running from 1992 to 1996, after which, changes in total federal spending would appear to "explain" some 99.4% of the recorded changes in the average cost of college tuition, all the way up through the 2008-09 academic school year.
These high and increasing levels of correlation between total federal spending and the average cost of college tuition strongly indicates that the federal government is directly responsible for the escalating cost of attending college for the vast majority of students.
So much for the cost explosion of college educations in recent years being unexplainable.
And you do realize that with this kind of relationship, a tool you can use to predict what the average cost of college will be several years into the future can't be far behind....
Update 24 September 2010: Welcome Instapundit readers! Picking up on Glenn's point, we're well aware that correlation is not causation, which is why the words "explain" and "explains" appear in quotes above. Still, we appear to have something that we might be able to use to project what the average U.S. college tuition cost will be in the future, provided we have a good idea of how much money the federal government might be likely to spend.
And since "the boss" pointed you here, if you'd like to see the biggest political issue of 2010 presented in one chart, here it is!
Labels: education
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.