2D space of presidential election candidates, polarization and wedging

Masanao: Aleks and I did a PCA analysis on 2008 Presidential Election Candidates on the Issues data and plotted the 2 principal components scores against each other and got this nice result:
President2008.png
The horizontal axis is the 1st primary component score; it represents the degree to which a candidate supports Iraq War and Homeland Security (Guantanamo), and opposes Iraq War Withdrawal, Universal Healthcare, and Abortion Rights. The vertical axis is the 2nd primary component score which represents the degree to which a candidate supports Iraq War Withdrawal and Energy & Oil (ANWR Drilling), and opposes Death Penalty, Iran Sanctions, and Iran Military Action as Option.

The first principal component is the dividing axis for the Democrats and the Republicans. When we reorder the loadings according to the 1st component we get the following:
President2008loadings2.png
So for the first principal component, Republicans generally support red variables and the Democrats the blue colored variables. Ron Paul appears to be the only candidate that does not deviate much from the middle.

The second principal component is a little more difficult to interpret. Here most of the candidates are clustered around the middle except for candidate Ron Paul who supports Iraq withdrawal, Energy & Oil (ANWR Drilling), Immigration (Border Fence) but does not support other issues.
Here are the loadings ordered by the 2nd component:
President2008loadings1.png

Aleks: With the exception of Paul, there is a lot of polarization on the first component. To some extent the polarization is a consequence of the data expressing candidates’ opinions in terms of binary supports/opposes. When a candidate did not express an opinion, we have assumed that the opinion is unknown (so we use imputation), in contrast to a candidate refusing to take an opinion on an issue. When it comes to the issue of polarization: Delia Baldassarri and Andrew have suggested, that it’s the parties that are creating polarization, not the general public.

In fact, I think polarization is a runaway consequence of political wedging: in the spirit of Caesar’s divide et impera, one party wants to insert a particular issue to split the opposing party. This gives rise to the endless debates on rights of homosexuals, biblical literalism, gun toting, weed smoking, stem cells and abortion rights: these debates are counter-productive (especially at federal level), but the real federal-level problems of special interest influence, level of interventionism, economy, health care get glossed over. It just saddens me that the candidates are classified primarily by a bunch of wedge issues. A politician needs a wedge issue just as much as a soldier needs a new gun: it’s good for him, but once both sides come up with guns, the soldier loses. In the end, it’s better for all politicians to get rid of wedge issues every now and then by refusing to take a stance on a wedge issue. In summary, it would be refreshing if the candidates jointly decided not to take positions on these runaway wedge issues on which people will continue to disagree on, and delegate them to the state level, while focusing on the important stuff.

Masanao: Although the candidates’ opinions in the spreadsheet are probably not their final ones, it’s interesting to see the current political environment. If there was similar data on of the general public, it would be interesting to overlay them on top of each other to see who is more representative of the public.

Details of methodology:

We recoded the other/unknown as NA. Iraq War withdrawal was converted into 3 category variable: support -> 3, Supports phased withdrawal -> 2, and Opposes -> 1. Supported before / Opposes now was recoded as opposes.

We used R and pcaMethods package for PCA calculation.The method we used is Probabilistic PCA to handle the missing data.

Since the 4 Democratic Candidate on the left bottom corner were extremely close together, we manually separated them to make them distinguishable so all of the 4 are supposed to be around where “Edwards” is currently at.

Here is the data and the source code. When you run the code it will ask for the data so just tell it where it is.




















Raw Principal Component score:
?? PC1PC2
Biden -1.52-0.86
Brownback 1.321.13
Clinton -1.58-0.92
Cox 1.790.53
Dodd -1.58-0.90
Edwards -1.58-0.87
Giuliani 0.89-1.31
Gravel -2.341.51
Huckabee 1.73-0.42
Hunter 2.38-0.15
Kucinich -2.451.03
McCain 0.63-0.81
Obama -1.61-0.41
Paul 0.102.63
Richardson -1.54-0.66
Romney 2.25-0.33
Tancredo 2.270.49
Thompson 2.08-0.76

7 thoughts on “2D space of presidential election candidates, polarization and wedging

  1. Hmmm, very interesting.

    btw: As a candidate that opposes war may usually support withdrawl, why not make iraq.war.support and iraq.war.withdrawl into a shared variable?

  2. This is a funny set of items, only containing two economic issues (minimum wage and health care). The conventional wisdom (which, as far as I know, is also true) is that economic issues are the most important.

  3. Hi Hesen

    We considered doing it and other adjustment to make things easier to interpret. But the truth is we just didn't get that far. Hence we used the variables as it was given. It should be interesting to see how sensitive the result is to different question argumentation.

  4. Andrew, I agree. And the resulting space will be heavily affected by the choice of issues. I wonder how much time do the candidates spend for discussing different issues. That would be a good thing to examine with text analysis. Also, I wonder what can one learn from the text on the candidates' web sites.

  5. I think it might be interesting to follow what happens over time. There is an idea that candidates will present more extreme versions of their platform during primaries and more moderate versions during the presidential campaign itself. It might also be interesting to see if there are any significant shifts in position on the map during the primary campaign and whether they tie into significant events.

  6. I'm not convinced that it's valuable to place political opinions on a spectrum or two spectra. I'd like to see how this is actually valuable as a model.

    It's interesting on a basic level. Is there anyone attempting to come up with a more descriptive model?

    Eric

  7. Are PC1 and PC2 rotated or unrotated principal components? If unrotated (which seems probable because there's no mention of rotation in the text) then PC2 doesn't mean much. I suspect that most of the explained variance is accounted for by PC1 and very little by PC2. This suspicion is reinforced by the fact that there is no clear substantive interpretation of either dimension. For example, they are not clearly domestic versus foreign policy or economic versus social issues.

Comments are closed.