« A deracialization of welfare attitudes? | Main | Compulsory voting and voter turnout »

Mapping Religiosity in the States

galluprelig.png

(Be forewarned: a dorky post to follow…)

Via CQ, I came across this Gallup map this week, based on these data. The map captures the percentage who answered when asked “Is religion an important part of your daily life?”

The map is explicitly designed to depict relative differences. That’s interesting enough, but two things struck me as misleading. First, I think the casual viewer tends to gloss over the relative nature of the differences. People look at the map and say, “Wow, Mississippi is really religious, but Washington isn’t.” And then we’re back in the usual caricatures of red and blue states, etc., etc. Promoting this misperception is the fact that more religious states are coded dark, as if they’re “full” of something. But less religious states are colored very lightly, as if they’re “empty.” (It doesn’t help that Gallup’s map fails to specify what counts as “most” religious, “more” religious, and so on.)

But a closer look at the data shows that in almost every state, nearly 50% or more of respondents said that religion was an important part of their life. So all states are at least somewhat religious. What happens if we do a second map that plots (1) absolute levels and (2) takes account of the full range of responses (from 0-100%)?

religmap.png

This map is a bit ugly. Apologies. I’m just getting the hang of Stata’s spmap command. Here, I picked 20-point increments to demarcate different colors. This shows that even in the least religious states, there’s plenty of that old-time religion. No states are shaded with the lightest colors.

But now a different problem emerges, one that affects both maps. The color gradations distort the underlying data. It looks as if something is qualitatively different when two states are different colors, even when the quantitative differences are small. In the Gallup map, Arizona and New Mexico are different colors, but only 5 points separate them. Mississippi and Alabama are the same color, but 5 points also separate them. In my map, Mississippi and Alabama look really religious, but in fact only 2-3 points separate them from South Carolina or Tennessee.

Here’s a dot plot with the original data:

relig.png

In reality, there aren’t any clear points at which to “cut” the data. There is certainly a difference between Vermont and Mississippi, but any cutpoints would create distinctions between states that are essentially equal in their apparent religiosity.

I’m open to further thoughts on this. These seem to me potential problems in mapping lots of different quantitative data.

Comments

How about a continuous gradient? If you have to use discrete scale for some reason then just break it up into 1% increments. The differences will then be only slightly noticeable.

As someone who has made my fair share of maps, they are really susceptible to the display of the data. I agree with JLR that you could use a more continuous scale. Although, I don’t think that you even need to use 1% increments, I think that if you use even 10 categories, then many of the differences would be imperceptible.

Also, if you want to look for clusters of data, you can use local indicator of spatial autocorrelation (LISA) maps that would show if there are clusters of states with high religiosity next to other states with high religiosity (and, conversely, low-low, low-high, high-low clusters).

why do it by states at all? what about counties … ?

I find it interesting that Illinois is more religious than say, Nevada.

There is also a pretty cool map that they do at the Glenmary Center every decade, which shows the dominant religious traditions by county.

Joel: The Gallup data is broken down by state. There’s nothing at lower levels of aggregation, unless you move to a different measure, as Clyde suggests.

JLR and Mike3550: Thanks for your suggestions. The map program I was using (in Stata) seemed to put a cap on the number of gradients allowed (at 9), but maybe there are ways to circumvent that. It may also be that other software would be better suited for the task.

In response to this: “It doesn’t help that Gallup’s map fails to specify what counts as “most” religious, “more” religious, and so on.”

The original map had 10 states per color, so apparently they were just displaying it by rank.

Wouldn’t the obvious cut point be at 50%? By that standard, there would be just two or four (I can’t tell, because there is no tick mark at 50%) states where less than a majority say religion is “important.”

Just a few states in the northeast. That’s fairly remarkable, actually.

(And, yes, mapping the continuous scale is a whole lot better than creating the arbitrary rank categories that Gallup did. Even if Gallup’s has greater ‘wow’ factor)

I’m just happy you introduced me to spmap!