[raw shortcodes=1]

}, yAxis: { title: { text: ‘Personal income vs. US average’ }, //gridLineWidth:0, min:0, max:1.2 }, tooltip: { formatter: function() { var s = ‘‘+ this.x +’‘; $.each(this.points, function(i, point) { s += ‘
‘+ point.series.name +’: ‘+Highcharts.numberFormat(point.y,3); }); return s; }, shared: true }, legend: { y: -130, x: -20, borderWidth: 0, floating:true }, plotOptions: { series: { marker: { enabled: false } } }, series: [{ name: ‘Minnesota’, data: [ 0.849354376,0.881877023,0.864761905,0.90201005,0.827956989,0.839622642, 0.940803383,0.878504673,0.930313589,0.929657795,0.922661871,0.875210793,0.852161785, 0.870044053,0.850813743,0.837520938,0.892307692,0.939393939,0.952923311,1.006315789, 0.953690304,0.949434464,0.943011398,0.928041119,0.932092004,0.948618785,0.934942288, 0.909090909,0.920939147,0.952087287,0.929737081,0.944885362,0.956147893,0.949569496, 0.968329375,0.944964433,0.96981397,0.972231297,0.972333231,0.973133484,0.984098019, 0.991674829,0.983870968,0.980708077,1.036520076,1.020322355,1.0095593,0.995706248, 1.018373413,1.021472765,1.019041366,1.013675552,1.004371487,1.009579027,1.005245172, 1.032085174,1.026371524,1.030773243,1.037181632,1.006205057,1.018584936,1.01839413, 1.015692805,1.024376172,1.010100538,1.031663452,1.037915914,1.058464937,1.056170578, 1.073923252,1.078671514,1.075200369,1.070321276,1.082271847,1.091562161,1.091657082, 1.068825454,1.056779324,1.054067737,1.061518548,1.059864896,1.068784398,1.0721847936] }, { name: ‘Wisconsin’, data: [ 0.958393113,0.941747573,0.88952381,0.904522613,0.889784946,0.889150943, 0.968287526,0.960747664,0.954703833,0.958174905,0.919064748,0.917369309, 0.931659693,0.948237885,0.948462929,0.925460637,0.952226721,0.958532695, 0.974943052,0.999298246,0.995658466,0.996007984,1.036592681,1.023415191, 1.002738226,0.975690608,0.980062959,0.985593641,0.983229516,0.980075901, 1.002719855,0.991622575,0.986672399,0.985649856,0.969912906,0.977162112, 0.975780976,0.984645541,0.975099908,0.97030543,0.976798749,0.974779628, 0.97718894,0.975408098,0.980305927,0.984407849,0.986714193,0.988895469, 1.000135099,1.00048526,1.006456555,0.999405411,0.97894549,0.972439291, 0.955733927,0.949663214,0.93728223,0.940409441,0.940819235,0.92513338, 0.934246278,0.929316937,0.933192048,0.945910861,0.953846154,0.966497735, 0.962385006,0.961828001,0.965814298,0.976557341,0.975964423,0.961146476, 0.966235517,0.978336139,0.979067967,0.964316258,0.948747602,0.94361829, 0.932288766,0.932229467,0.953981934,0.955241135,0.952237729] }] }); });

});

$(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ chart: { renderTo: ‘civilian-employment-chart’, type: ‘line’, marginRight: 50, marginBottom: 75 }, title: { text: ‘Civilian employment (Household survey)’, x: -20 //center }, subtitle: { text: ‘December 2007 = 1’, x: -20 //center }, xAxis: { categories: [ ‘2007-12-01′,’2008-01-01′,’2008-02-01′,’2008-03-01′,’2008-04-01′,’2008-05-01’, ‘2008-06-01′,’2008-07-01′,’2008-08-01′,’2008-09-01′,’2008-10-01′,’2008-11-01’, ‘2008-12-01′,’2009-01-01′,’2009-02-01′,’2009-03-01′,’2009-04-01′,’2009-05-01’, ‘2009-06-01′,’2009-07-01′,’2009-08-01′,’2009-09-01′,’2009-10-01′,’2009-11-01’, ‘2009-12-01′,’2010-01-01′,’2010-02-01′,’2010-03-01′,’2010-04-01′,’2010-05-01’, ‘2010-06-01′,’2010-07-01′,’2010-08-01′,’2010-09-01′,’2010-10-01′,’2010-11-01’, ‘2010-12-01′,’2011-01-01′,’2011-02-01′,’2011-03-01′,’2011-04-01′,’2011-05-01’, ‘2011-06-01′,’2011-07-01′,’2011-08-01′,’2011-09-01′,’2011-10-01′,’2011-11-01’, ‘2011-12-01′,’2012-01-01′,’2012-02-01′,’2012-03-01′,’2012-04-01′,’2012-05-01’, ‘2012-06-01′,’2012-07-01′,’2012-08-01′,’2012-09-01′,’2012-10-01′,’2012-11-01’, ‘2012-12-01′ ], labels: {rotation:45,step:4,align:’left’},

}, yAxis: { title: { text: ‘Civilian employment vs December 2007’ }, //gridLineWidth:0, min:.9, max:1.02 }, tooltip: { formatter: function() { var s = ‘‘+ this.x +’‘; $.each(this.points, function(i, point) { s += ‘
‘+ point.series.name +’: ‘+Highcharts.numberFormat(point.y,4); }); return s; }, shared: true }, legend: { y: -130, x: 20, borderWidth: 0, floating:true }, plotOptions: { series: { marker: { enabled: false } } }, series: [{ name: ‘United States’, data: [ 1,1.000717836,0.999200126,0.998721569,0.999036049,0.997504666,0.996335619,0.99493413,0.992684911,0.991816672,0.989943462,0.985144217,0.980146712,0.971833489,0.968353695,0.962043576,0.961571855,0.95882357,0.957148619,0.95641711,0.953566277,0.948978964,0.946319553,0.947987667,0.943612287,0.946442611,0.947707369,0.948684993,0.952301518,0.952021221,0.951289712,0.951419606,0.9530467,0.952930479,0.950941049,0.950592385,0.952294682,0.952007548,0.953497911,0.954673795,0.954420843,0.954933583,0.9530467,0.9537577,0.956225688,0.958235628,0.959261108,0.962385403,0.963239969,0.96810758,0.970917394,0.970924231,0.970336289,0.972852133,0.973850266,0.972496633,0.971908691,0.977446282,0.979866414,0.979517751,0.979709174] },{ name: ‘Wisconsin’, data: [ 1,1.000712911,1.000948405,1.000627308,0.999697174,0.998209094,0.996501424,0.994787663,0.993171686,0.991483978,0.989374682,0.986586987,0.983118862,0.979287008,0.975440604,0.971849996,0.968601124,0.965431766,0.962312146,0.959261212,0.956401785,0.953923345,0.951955481,0.950801018,0.950667707,0.951626263,0.953209419,0.954662986,0.955516314,0.955659776,0.955286572,0.954710356,0.954374032,0.954439673,0.954986452,0.955922338,0.957140073,0.958578752,0.959835736,0.960296574,0.959635092,0.958083403,0.956491449,0.955684814,0.956114185,0.957464554,0.959081546,0.960541542,0.962006613,0.962461022,0.964165985,0.966618372,0.96896993,0.970040142,0.967357675,0.962238385,0.958255286,0.959657424,0.964295913,0.967222334,0.967232484] }, { name: ‘Minnesota’, data: [ 1,1.000832458,1.001156412,1.000918773,1.000370904,0.999921269,1.000065008,1.000841487,1.001862105,1.002320409,1.00133735,0.998592225,0.994486637,0.989823067,0.985516678,0.982183235,0.979889552,0.978187438,0.976891982,0.975943233,0.975434368,0.975518516,0.976040022,0.977146233,0.979026035,0.981791745,0.985108936,0.988132871,0.990334099,0.991461619,0.991631722,0.991193643,0.990811543,0.991005122,0.992050299,0.993904458,0.996400026,0.999486801,1.002473899,1.004417624,1.005032668,1.004624565,1.004116784,1.004380426,1.005912798,1.008339025,1.010903572,1.01308891,1.015125091,1.015022884,1.012689836,1.011786953,1.012900388,1.013850943,1.013095049,1.01105634,1.008947567,1.011037921,1.011902883,1.01321423,1.015297722] }] }); });

});

$(function () { var chart; $(document).ready(function() { chart = new Highcharts.Chart({ chart: { renderTo: ‘unemployment-rate-chart’, type: ‘line’, marginRight: 50, marginBottom: 75 }, title: { text: ‘Unemployment rate: Minnesota vs. Wisconsin’, x: -20 //center }, subtitle: { text: ‘December 2007 – December 2012’, x: -20 //center }, xAxis: { categories: [ ‘2007-12-01′,’2008-01-01′,’2008-02-01′,’2008-03-01′,’2008-04-01′,’2008-05-01’, ‘2008-06-01′,’2008-07-01′,’2008-08-01′,’2008-09-01′,’2008-10-01′,’2008-11-01’, ‘2008-12-01′,’2009-01-01′,’2009-02-01′,’2009-03-01′,’2009-04-01′,’2009-05-01’, ‘2009-06-01′,’2009-07-01′,’2009-08-01′,’2009-09-01′,’2009-10-01′,’2009-11-01’, ‘2009-12-01′,’2010-01-01′,’2010-02-01′,’2010-03-01′,’2010-04-01′,’2010-05-01’, ‘2010-06-01′,’2010-07-01′,’2010-08-01′,’2010-09-01′,’2010-10-01′,’2010-11-01’, ‘2010-12-01′,’2011-01-01′,’2011-02-01′,’2011-03-01′,’2011-04-01′,’2011-05-01’, ‘2011-06-01′,’2011-07-01′,’2011-08-01′,’2011-09-01′,’2011-10-01′,’2011-11-01’, ‘2011-12-01′,’2012-01-01′,’2012-02-01′,’2012-03-01′,’2012-04-01′,’2012-05-01’, ‘2012-06-01′,’2012-07-01′,’2012-08-01′,’2012-09-01′,’2012-10-01′,’2012-11-01’, ‘2012-12-01′ ], labels: {rotation:45,step:4,align:’left’},

}, yAxis: { title: { text: ‘Unemployment rate’ }, //gridLineWidth:0, min:0, max:12 }, tooltip: { formatter: function() { var s = ‘‘+ this.x +’‘; $.each(this.points, function(i, point) { s += ‘
‘+ point.series.name +’: ‘+Highcharts.numberFormat(point.y,1); }); return s; }, shared: true }, legend: { y: -130, x: 20, borderWidth: 0, floating:true }, plotOptions: { series: { marker: { enabled: false } } }, series: [{ name: ‘United States’, data: [ 5.0,5.0,4.9,5.1,5.0,5.4,5.6,5.8,6.1,6.1,6.5, 6.8,7.3,7.8,8.3,8.7,9.0,9.4,9.5,9.5,9.6,9.8,10.0,9.9, 9.9,9.8,9.8,9.9,9.9,9.6,9.4,9.5,9.5,9.5,9.5,9.8,9.3,9.1, 9.0,8.9,9.0,9.0,9.1,9.0,9.0,9.0,8.9,8.6,8.5,8.3,8.3,8.2, 8.1,8.2,8.2,8.2,8.1,7.8,7.9,7.8,7.8] },{ name: ‘Wisconsin’, data: [ 4.5,4.4,4.3,4.3,4.3,4.4,4.5,4.7,4.8,5.1,5.4, 5.9,6.5,7.2,7.8,8.4,8.8,9.0,9.2,9.2,9.1,9.1,9.1,9.1, 9.1,9.2,9.1,9.0,8.8,8.6,8.4,8.3,8.2,8.1,8.0,7.9,7.8, 7.7,7.6,7.6,7.5,7.6,7.6,7.6,7.6,7.4,7.3,7.1,7.0,6.9, 6.9,6.8,6.7,6.8,7.0,7.3,7.5,7.3,6.9,6.6,6.6] }, { name: ‘Minnesota’, data: [ 4.8,4.8,4.9,4.9,5.1,5.2,5.4,5.5,5.5,5.6,5.8, 6.1,6.5,7.4,7.9,8.1,8.3,8.3,8.3,8.2,8.1,7.9,7.8,7.7, 7.7,7.7,7.7,7.6,7.5,7.4,7.3,7.2,7.2,7.2,7.1,7.1,7.0, 6.8,6.7,6.6,6.6,6.6,6.7,6.6,6.5,6.3,6.1,5.9,5.7,5.6, 5.7,5.8,5.6,5.6,5.6,5.8,5.9,5.8,5.9,5.6,5.5] }] }); });

}); }(jQuery));

Two weeks ago I shared some thoughts on Gov. Mark Dayton’s budget proposal.  Someone else did too: Republican Gov. Scott Walker of Wisconsin. He sent out this Tweet:

In ’11, IL raised taxes on income by 66% & businesses by 46%. Now MN Gov is proposing a $2 bil tax increase. WI is Open for Business.

Dayton fired back. “Gov. Walker’s economy is faring far worse than Minnesota’s over the last couple of years,” our DFL govenor said. “I would suggest Gov. Walker focus on his problems, and we’ll deal with bettering Minnesota.”

So what’s the story here? How is Minnesota’s economy doing compared to Wisconsin’s?

Let’s start with a quick overview:

 
Minnesota vs Wisconsin
$44,560 Per capita personal income
(2011)
$39,575
$39,257 Per capita disposable (after-tax) income
(2011)
$35,359
5.5% Current unemployment rate
(December 2012)
6.6%
2,390 jobs
(0.087%)
Civilian employment growth
(Monthly average since June 2009)
124 jobs
(0.005%)

Minnesota’s per capita income is higher than Wisconsin’s in both in pre-tax and after-tax terms.

[cms_ad]

In terms of jobs, Minnesota’s unemployment rate is lower than Wisconsin’s and its rate of job growth is higher.

Is this a fluke?  Let’s go to the long term record, starting with per capita income.

In an earlier column I analyzed Minnesota’s per capita income with its neighbors by comparing each state with the national average.  Here’s the Minnesota/Wisconsin comparison updated to 2011:

Source: FRED

Wisconsin’s per capita income relative to the national average has, in the best light, stagnated since the 1950s. Minnesota passed Wisconsin in the late 1960s and the gap has grown every year since then. (By the way: The chart looks the same using after-tax income. It’s not the case that Minnesota’s per capita income is higher than Wisconsin’s but that the difference is eaten up in taxes.)

How about jobs? Employment and unemployment are cyclical, so let’s examine these variables relative to the beginning of the recent recession in December 2007. First, here’s a picture of civilian employment:

Source: Bureau of Labor Statistics

Paul Tosto at MPR shows a similar graph using nonfarm employment. The difference between his picture and mine is that nonfarm employment is estimated using the “establishment survey” while civilian employment is based on the “household survey,” both of which are conducted by the Bureau of Labor Statistics.  (I wrote about these surveys here.) Menzie Chinn, professor of public affairs and economics at the University of Wisconsin-Madison, noted that there are some potential problems with the establishment survey data, but the two sources tell the same story: Minnesota’s job growth has been stronger than both Wisconsin’s and the nation as a whole.

Unemployment rates tell a similar story:

Source: FRED

Wisconsin’s unemployment rate started out lower than Minnesota’s in December 2007 but was equal to Minnesota’s rate by December 2008 and has been above Minnesota’s since March 2009.

The bottom line: Minnesota’s economy fared better than Wisconsin’s during the most recent recession and recovery. Further, average incomes for Minnesotans have been higher than Wisconsinites since the late 1960s, even accounting for tax differences.

So, who might want to take advantage of Walker’s “open for business” offer?

These data imply that companies that want to avail themselves of a deeper pool of unemployed workers whom they can pay lower wages would do well in Wisconsin. Perhaps setting up a subsidiary in Wisconsin (to take advantage of lower labor costs) and keeping the high-skill, high-income headquarters in Minnesota is the way to go for those businesses.

Higher income and sales taxes might make Minnesota slightly less attractive for business than Wisconsin, but remember that the private business sector is one part of the larger economy. Healthy businesses, low unemployment rates, strong job growth, and above-average household income are all elements of a vibrant economy. It looks like that’s what Minnesota has and what Wisconsin lacks.

[/raw]

Join the Conversation

12 Comments

  1. This is a fact-based answer trying to bat down a faith-based opinion.

    We all know how many minds those sort of answers change.

    The old Henry Ford idea (now there was a ruthless capitalist !) that if you pay people more they will buy more seems to have been lost in the halls of times and the only Keynesians are “leftist fools” and defense contractors.

  2. Shorter version:

    Gov. Walker is fact-challenged.

    Or willfully ignorant.

    Or belligerently ignorant.

    Or all of the above.

    BTW, this is a very good piece of reporting, Prof. Johnston.

  3. Too bad

    …the Republicans in the Minnesota legislature are apparently not familiar with any of what’s presented by Mr. Johnston. As Neal Rovick has suggested, there are “inconvenient truths” here.

  4. What’s the point, exactly?

    Besides the nominal health impact “fee,” Minnesota has not raised taxes since the sales tax increase of 1991. In fact, we cut the income tax in 1999 and 2000. The result? Our economy is doing better than Wisconsin (see above).

    So why risk that by raising taxes?

    On the one hand Dayton brags about our economy, on the other he rips the last 10 years to build support for raising taxes. He can’t have it both ways.

    Why risk it? Because Dayton wants to spend more. It’s all about spending.

    1. 2009 another sales tax

      Unfortunately we voted on the 2009 increase
      Period Rate
      August 1, 1967 – October 31, 1971 3.0%
      November 1, 1971 – June 30, 1981 4.0%
      July 1, 1981 – December 31, 1982 5.0%
      January 1, 1983 – June 30, 1991 6.0%
      July 1, 1991 – June 30, 2009 6.5%
      July 1, 2009 – Present 6.875%

  5. Statistics

    You have all probably heard about the 3 types of statistics…statistics,damn statistics and lies.
    Numbers don’t really tell the true story comparing the 2 states. WI has a much larger defense industry than MN and will is subsequently being hit harder by defense cutbacks. The area along Lake Michigan north of IL is much more industrialized than any part of MN and has been hurt by the slow economy. The Univ of WI, Madison is still a world renowned university where graduates like to stay but can’t find jobs in their field, i.e. there are a lot of underemployed people in Madison.
    Milwaukee has a huge unemployment rate and was recently called the most segregated city in the US. MN does not have any of these types of problems with a more diverse economy and the Twin Cities being a transportation hub.

    1. ?

      Defense spending has declined? http://goo.gl/C3HUh http://goo.gl/CinPx It has sharply risen over the past 10 years. By a LOT. The only leg you might have to stand on is the CBO’s projected flattening of military spend over the coming 5 years, which may have caused stagnation in industrial investmetn in that sector in WI. But this is pure speculation and I would hardly say that has been a cause of LOWERED defense industry presence over the past 5-10 years..

      Your point on the University if Wisconsin further emphasizes the point of MN > WI economically. Even with a world-renowned university, that actually ranks slightly higher than UMN for research http://mup.asu.edu/research2010.pdf (where a school would be expected to have ties to and increase the private sector success), they STILL can’t retain their graduates the way the Twin Cities (and Mn at large) can. If WI is open for business and their policies were so great, wouldn’t UW and their students be a boon and further concentrate their population in the Madison-Milwaukee corridor? There is a reason we have SO many graduates of UW, Iowa, Iowa St, NDSU, UND, etc living in the Twin Cities.

      “Milwaukee has a huge unemployment rate and was recently called the most segregated city in the US. MN does not have any of these types of problems with a more diverse economy and the Twin Cities being a transportation hub.”

      Are you citing cause or effect? Milwaukee HAS a huge unemployment rate BECAUSE companies do not want to locate there anymore. Stating that Milwaukee is one of the most segregated cities further underscores the lack of good social policy the city and state has implemented. Finally, to state that Minneapolis/StP is a “transit hub” whereas Milwaukee isn’t (and isn’t MUCH closer to the economic/transit powerhouse Chicago) glosses over reality.

    2. Slow Economy

      If you look at the charts, Minnesota’s economy has been outperforming Wisconsin’s since the mid- to late-1960s. It’s not just a recent slowdown.

      I don’t see how “no one can find a job in Madison, and Milwaukee’s a pit” contradicts the overall conclusions here.

  6. Ginny

    Facts excerpted from an Atlantic article called “”Tax Cuts Don’t Lead to Economic Growth,” by Thompson in the Atlantic. If you look at statistics for the past 10-15 years, you can see that in 1990, President George H. W. Bush raised taxes, and GDP growth increased over the next five years. In 1993, President Bill Clinton raised the top marginal tax rate, and GDP growth increased over the next five years. In 2001 and 2003, President Bush cut taxes, and we faced a disappointing expansion followed by a Great Recession.
    If you want a very graphic representation, look for this article on tax cuts.
    It also says that top tax rates “have had little association with saving, investment, or productivity growth.” However, the study found that reductions of capital gains taxes and top marginal rate taxes have led to greater income inequality.”
    The last 10 years of Minnesota economics has NOT been a happy one. We have shortchanged our students, and the investment in education means deep cuts those services–like education–that Minnesota is failing to invest in our future prosperity.
    We have more than 23,000 additional students in our public colleges and universities, but the State of Minnesota spends less on higher education than it did 10 years ago, and tuition has risen substantially. Minnesota needs more college-educated people to meet the job requirements of the future, but we’re making it hard for many to afford that education. It is scandalous that so many able, willing, and talented people in lower-income brackets are unable to go to school — without having an enormous debt load.
    Early childhood education has proven benefits as Artur Rolnick and others have proven, with figures and facts. Yet, Minnesota families are on waiting lists for assistance that would help them afford early childhood education essential to making sure all kids start school ready to achieve.
    Saying this is a “spending problem” is a myth republicans keep repeating, but it is not true, and studies and figures can show it.
    It’s ridiculous to attribute the Dayton budget to his desire to “spend more.” What would be the motive. No, there are good and solid reasons Dayton has submitted the budget he has.
    The proof is all in the other direction. That is not a risk.

  7. How are tax revenues spent?

    This fine piece of reporting reminded me of Sen. Tom Bakk’s earlier comments about how CEOs he’s met with don’t mind a little extra tax IF the money is spent in ways that help their business: education, infrastructure, etc. I do not want to pay higher taxes, but I support Gov. Dayton’s priorities for investing my extra money, so I’ll make the sacrifice. I like seeing Minnesota move forward as opposed to the dis-investment, do-nothing years of Tim P.

  8. Well done Dr. Johnston

    Looks like a good slap down for Minnesota.

    And thank you Mr. Moen. Public spending is generally not for spending but investing and the Governor seems on the right track.

Leave a comment