---
title: "[WEEK 6 TITLE]"
subtitle: "[WEEK 6 SUBTITLE]"
date: last-modified
date-format: "[Updated ]MMM D, YYYY"
format: 
  revealjs:
    theme: brownslides.scss
    logo: images/pols1140_hex.png
    footer: "[COURSE CODE]"
    multiplex: false
    transition: fade
    slide-number: c
    incremental: true
    center: false
    menu: true
    scrollable: true
    highlight-style: github
    progress: true
    code-overflow: wrap
    chalkboard: false
    # include-after-body: title-slide.html
    title-slide-attributes:
      align: left
      data-background-image: images/pols1140_hex.png
      data-background-position: 90% 50%
      data-background-size: 40%
filters:
  - openlinksinnewpage
execute: 
  eval: true
  echo: true
  warning: false
  message: false
  cache: true
---


```{r}
#| label: init
#| echo: false
#| results: hide
#| warning: false 
#| message: false

library(tidyverse)
library(labelled)
library(haven)
library(DeclareDesign)
library(easystats)
library(texreg)

```

# {{< fa map-location>}} Monday {.inverse}

## Plan 

- Announcements

- Finish discussion of models of political cognition

- Begin discussion of retrospective voting (DfR Chapter 4/5)

  - Selection and Sanctioning
  - Blind retrospection

- Begin discussion of Economic voting (DfR Chapter 6)

- Next week: Finish Economic voting, Course review

## Assignments {.smaller}

- Let's talk about the group projects

-   Reading Reflections:

    -   1st by Feb 27 -- Feedback end of next week
    -   2nd by April 2
    -   3rd by Apr 30 (Optional, replace lowest grade)

-   First Term Paper now due **March 17**


## Attendance survey?

Click [here](https://brown.co1.qualtrics.com/jfe/form/SV_0rcAaSOMhnl4oDQ) be the change you want to see in this class

## The Cavs absolutely mogged the Knicks on Tuesday

```{r}
#| echo: false

library(tidyverse)

df <- haven::read_spss("surveys/wk06.sav") %>% filter(share == 1)


```

```{r }
#| label: mog
#| echo: false


DT::datatable(df %>% 
                select(rizz),
               fillContainer = F,
              height = "90%",
              options = list(
                pageLength = 5
              )
              )
```


## Term Papers

- Here' is the [prompt](https://pols1140.paultesta.org/assignments/t1) for your first term paper

- Here's the [grading rubric](https://pols1140.paultesta.org/assignments/t1_rubric.pdf)

- Due March 17, 2026 by midnight.

## Term Papers: Prompt

> Using what you’ve learned about public opinion in the course so far, make the case for or against citizens’ competence in a democracy. Whatever side you take in this debate, present the best evidence for your argument, consider the strongest objections to that argument, and reassure us that your claims stand inspite of these arguments. Along the way, you may want to offer some discussion of what you mean by competence, and the various roles that citizens and their opinions might play in a democracy. You should conclude by discussing the implications of your argument for democratic theory, politics, and policy.

## Term Papers: Structure

:::{.nonincremental}

You may structure your paper how you please, but something like:

- Introduction (~1-2 pages)
- Argument (~3-4 pages)
- Critique (~1-2 pages)
- Response (~1-2 pages)
- Conclusion (~1-2 pages)

will make it easier for your reader (and grader) to follow along.

- Length: 7-12 pages double-spaced, 1-inch margins, 12 point font  

:::

# {{<fa lightbulb>}} Zaller and Feldman 1992 {.inverse}

## Take a few moments to review

-   What's the research question
-   What's the theoretical framework
-   What's the empirical design
-   What are the results
-   What are the conclusions

## What's the research question

## What's the research question

Why are survey responses:

-   So unstable over time?

-   So sensitive to question wording and order?

Do citizens:

-   Hold mainly non-attitudes [@Converse1964-zo]
-   Possess hidden “true attitudes”? [@Ansolabehere2008-ma]
-   Construct answers on the spot? [@Zaller1992-mz]

## What's the theoretical framework {.smaller}

Background:

-   Zaller and Feldman address research on response instability (Converse 1964) and response effects (question wording/order effects)

-   Reject the assumption that citizens possess fixed, survey-ready attitudes. Attitudes are not revealed — they are constructed.

::: fragment
> "... people are using the questionnaire to decide what their "attitudes" are (Bishop, Oldendick, and Tuchfarber 1984; Zaller 1984; Feldman 1990)." (p. 582)
:::

-   Citizens formulate responses to surveys from the **top of their head**

## What's the theoretical framework

Three axioms:

[**Axiom 1: The ambivalence axiom.**]{.blue} Most people have competing considerations on most issues.

## What's the theoretical framework

Three axioms:

**Axiom 1: The ambivalence axiom.**

[**Axiom 2: The response axiom.**]{.blue} Survey answers reflect an average of the considerations currently salient.

## What's the theoretical framework

Three axioms:

**Axiom 1: The ambivalence axiom.**

**Axiom 2: The response axiom.**

**Axiom 3: The accessibility axiom.** Salience depends on stochastic sampling — recently activated ideas are more likely to be used.

## What's the theoretical framework

::::: columns
::: {.column width="50%"}
-   Zaller and Feldman's (1992) framework provide the microfoundations for the **Recieve-Accept-Sample model** of mass opinion developed by Zaller (1992)

-   Rather than read two chapters, we read one article and rely on me to flesh out the RAS model this week and next
:::

::: {.column width="50%"}
![](https://images-na.ssl-images-amazon.com/images/I/41Y6KK7We6L._SX322_BO1,204,203,200_.jpg)
:::
:::::

## Preview

![](images/05_cog/z1.png)

## Concepts {.smaller}

-   **Consideration:** Any reason that might induce an individual to decide a political issue one way or another.

-   **Political Awareness:** "the extent to which an individual pays attention to politics and understands what he or she has encountered." (Zaller 1992, p. 21) generally measured by standard PK-scales

-   **Predispositions:** stable, individual-level traits that regulate the acceptance or non-acceptance of the political communications the person receives" (Zaller 1992 p. 22)

-   **Ambivalence:** A person is ambivalent when they hold multiple, conflicting considerations

    -   Bipolar vs Bipartite scales

## What's the empirical design {.smaller}

-   Goal: Directly observe “considerations”

-   Two-wave panel data from the 1987 Pilot Study of the NES

-   Outcomes: Close-ended policy items (job guarantees, government services, and aid to Blacks)

-   Paired with:

    -   Retrospective Probes (Provide answer than explain)
    -   Prospective (List considerations then provide answer)

-   Key move: Link open ended considerations to close ended responses

-   Responses coded a number of ways (p. 589) to capture "ambivalence"

## Retrospective Probes: {.smaller}

::: nonincremental
-   Retrospective: "designed to find out what exactly was on people's minds at the moment of response"

> Still thinking about the question you just answered, I'd like you to tell me what ideas came to mind as you were answering that question. Exactly what things went through your mind. (Any others?)
:::

## Prospective Probes {.smaller}

::: nonincremental
-   Stop and Think: "designed to induce people to search their memories more carefully than they ordinarily would for pertinent considerations."

> Before telling me how you feel about this, could you tell me what kinds of things come to mind when you think about government making sure that every person has a good standard of living? (Any others?)

> Now, what comes to mind when you think about letting each person get ahead on their own? (Any others?)
:::

## What are the results

## What are the results

::::: columns
::: {.column width="40%"}
Model purports to explain a lot
:::

::: {.column width="60%"}
![](images/05_cog/z2.png)
:::
:::::

## What are the results

Let's condense these into the following claims:

-   People often hold conflicting considerations on issues (Ambivalence)

-   Total considerations increases with political knowledge (Reception)

-   People form responses from considerations at the top of their head (Response)

-   More consistent considerations = More stable responses (Ambivalence, Response, Resistance)

-   Political awareness moderates the effect of survey form

## People often hold conflicting considerations on issues {.smaller}

```{ojs}
//| echo: false

viewof q1 = Inputs.form([
  Inputs.textarea({
    label: "Axioms",
    placeholder: "Ambivalence, Response, Accessibility",
    width: "500"
  }),
  Inputs.textarea({
    label: "Evidence",
    placeholder: "Table? Page? Figure?",
    width: "500"
  })
])
```

## People often hold conflicting considerations on issues

::: panel-tabset
## Table 2

![](images/05_cog/z3.png)

## Table 5

![](images/05_cog/zt5.png)
:::

## Total considerations increases with political knowledge {.smaller}

```{ojs}
//| echo: false

viewof q2 = Inputs.form([
  Inputs.textarea({
    label: "Axioms",
    placeholder: "Ambivalence, Response, Accessibility",
    width: "500"
  }),
  Inputs.textarea({
    label: "Evidence",
    placeholder: "Table? Page? Figure?",
    width: "500"
  })
])
```

## Total considerations increases with political knowledge {.smaller}

![](images/05_cog/z4.png)

## People form responses from considerations at the top of their head {.smaller}

```{ojs}
//| echo: false

viewof q3 = Inputs.form([
  Inputs.textarea({
    label: "Axioms",
    placeholder: "Ambivalence, Response, Accessibility",
    width: "500"
  }),
  Inputs.textarea({
    label: "Evidence",
    placeholder: "Table? Page? Figure?",
    width: "500"
  })
])
```

## People form responses from considerations at the top of their head {.smaller}

::: panel-tabset
## Table 4

![](images/05_cog/z5.png)

## Table 5

![](images/05_cog/zt5.png)

## Repsonse Effects

![](images/05_cog/zre.png)
:::

## More consistent considerations = More stable responses {.smaller}

```{ojs}
//| echo: false

viewof q4 = Inputs.form([
  Inputs.textarea({
    label: "Axioms",
    placeholder: "Ambivalence, Response, Accessibility",
    width: "500"
  }),
  Inputs.textarea({
    label: "Evidence",
    placeholder: "Table? Page? Figure?",
    width: "500"
  })
])
```

## More consistent considerations = More stable responses {.smaller}

::: panel-tabset
## Table 6

![](images/05_cog/z6.png)

## Table 5

![](images/05_cog/zt5.png)
:::

## Political awareness moderates the effect of survey form {.smaller}

```{ojs}
//| echo: false

viewof q5 = Inputs.form([
  Inputs.textarea({
    label: "Axioms",
    placeholder: "Ambivalence, Response, Accessibility",
    width: "500"
  }),
  Inputs.textarea({
    label: "Evidence",
    placeholder: "Table? Page? Figure?",
    width: "500"
  })
])
```

## Political awareness moderates the effect of survey form {.smaller}

::: panel-tabset
## Table 7

![](images/05_cog/z7.png)

## Table 8

![](images/05_cog/z8.png)
:::

## Summary of the results

-   Unstable attitudes reflect underlying ambivalence

-   Describe attitudes as the result of a probabilistic search reflecting:

    -   Effects of ideas recently made salient
    -   Effects of thought on attitude reports

## What are the conclusions

-   As we'll see, the analyses here provide the foundation for the RAS model of mass opinion

    -   Elite driven

    -   Individuals in context

    -   But perhaps ignores the role of groups and issues

# {{<fa lightbulb>}} Receive-Accept-Sample {.inverse}

## What's the theoretical framework

::::: columns
::: {.column width="50%"}
-   Zaller and Feldman's (1992) framework provide the microfoundations for the [Receive-Accept-Sample]{.blue} model of mass opinion developed by Zaller (1992)
:::

::: {.column width="50%"}
![](https://images-na.ssl-images-amazon.com/images/I/41Y6KK7We6L._SX322_BO1,204,203,200_.jpg)
:::
:::::

## Four Axioms of RAS

![](images/05_cog/z1.png)

## The RAS Model:

Opinion statements, are the outcome of a process in which:

-   People **receive** new information

-   Decide whether to **accept** it based on predispositions, prior considerations, contextual knowledge

-   **Sample** at the moment of answering questions by averaging across considerations

::: fragment
$$Pr(Liberal)= \frac{L}{L+C}$$
:::

-   "The probability of a liberal response equals the proportion of accessible considerations that are liberal."

## Implications of the Model

-   People are often ambivalent on issues

-   Ambivalence is a function of political awareness

-   Response effects reflect changes in the accessibility of different considerations

-   Persuasion depends on both reception and acceptance

-   The flow of information matters (one-sided vs two-sided)

## People are often ambivalent on issues

::::: columns
::: {.column width="50%"}
-   Politics is complex

-   People are often aware of arguments for and against particular issues
:::

::: {.column width="50%"}
![](images/05_cog/z3.png)
:::
:::::

## Ambivalence is a function of political awareness

::::: columns
::: {.column width="50%"}
-   The politically aware encounter more information but accept less

-   The political unaware encounter less, but may reject more inconsistently
:::

::: {.column width="50%"}
![](images/05_cog/z9.png)
:::
:::::

## Response effects

The accessibility axiom is consistent with "response effects" like:

-   Race of interviewer effects

-   Question order effects

-   Question wording effects

::: framgent
Each alter the saliency or accessibility of different considerations
:::

## Persuasion depends on both reception and acceptance

$$Pr(Change) = Pr(Reception)\times Pr(Acceptance|Reception)$$

![](images/05_cog/z10.png)

## Hard vs Easy Learning

![](images/05_cog/z12.png)

## The flow of information matters

-   RAS is a largely a top-down model, where people draw considerations from elite discourse.

-   RAS predicts change when the flow of information changes

-   The nature of changes should differ based

    -   Characteristics of individuals (political sophistication)
    -   The nature of information flow (one-sided vs two-sided)

## The flow of information matters

![](images/05_cog/z13.png)

## Changes in the Information Flow

![](images/05_cog/z14.png)

## Lead to Changes in Attitudes about Vietnam War

![](images/05_cog/z15.png)

## Summary: The Nature and Origins of Mass Opinion {.smaller}

Zaller (1992) articulate's the Receive-Accept-Sample model of mass opinion

-   People receive information from the world
-   Decide whether to accept this information into their store of considerations
-   Form attitudes by sampling from their available considerations

## Summary: The Nature and Origins of Mass Opinion {.smaller}

The RAS model implies that

-   People are often ambivalent on issues

    -   Possess competing considerations on issues

-   Ambivalence is a function of political awareness

    -   Low awareness: Few considerations
    -   Moderate awareness: Most ambivalence
    -   High awareness: Structured and consistent

-   Response effects reflect changes in the accessibility of different considerations

-   Persuasion depends on both reception and acceptance

    -   Political awareness increases reception, but decreases acceptance

-   The flow of information matters

    -   One sided vs Two sided

<!-- # {{<fa lightbulb>}} Studying Misinformation {.inverse} -->

<!-- ## Misinformation in the news -->

<!-- ::: panel-tabset -->

<!-- ## Overview -->

<!-- Let's consider some of Trump's recent statements on immigration -->

<!-- 1.  First read Trump's post on Truth Social -->

<!-- 2.  Skim the CNN fact check -->

<!-- 3.  Think about questions we might ask. -->

<!-- ## Trump -->

<!-- ![](images/05_trump.png) -->

<!-- ## Fact Check -->

<!-- [![](images/05_cnn.png)](https://www.cnn.com/2024/09/29/politics/fact-check-trump-harris-immigrants-homicide/index.html) -->

<!-- [(CNN)](https://www.cnn.com/2024/09/29/politics/fact-check-trump-harris-immigrants-homicide/index.html) -->

<!-- ## Qs for Wed -->

<!-- -   What's the effect of Trump's message? -->

<!-- -   How could Democrats try to counter this message? -->

<!-- -   How could we study these questions as social scientists? -->

<!-- ::: -->

<!-- ## What's the effect of Trump's post? {.smaller} -->

<!-- Consider a simple [survey experiment]{.blue}, in which we [randomly assign]{.blue} half of respondents to read the post, and half to read nothing (or to read a non-political post). -->

<!-- Now we could estimate an [Average Treatment Effect]{.blue} by comparing the difference in means on some outcome (survey question) between those who read the post and those who didn't -->

<!-- -   What are some outcomes we could measure? -->

<!-- -   What would we expect to find? -->

<!-- -   What are the strengths and limitations of this design? -->

<!-- -   How could we change/improve this simple design? -->

<!-- ## What are some outcomes we could measure? -->

<!-- -   Misinformation about immigration -->

<!-- -   Support for Trump/Harris -->

<!-- -   Trust in media/government -->

<!-- -   Others? -->

<!-- ## What are our expectations? {.smaller} -->

<!-- Overall, we might expect that reading the post -->

<!-- -   [Increases]{.blue} Misinformation about immigration -->

<!-- -   [Decreases]{.blue} Support for Harris -->

<!-- -   [Decreases]{.blue} Trust in media/government -->

<!-- But we might also expect that these effects vary by: -->

<!-- -   Partisanship -->

<!-- -   Political interest/sophistication -->

<!-- -   Race and ethnicity -->

<!-- -   Other factors? -->

<!-- ## Strengths and limitations {.smaller} -->

<!-- Strengths: -->

<!-- -   Random assignment creates credible [counterfactual comparisons]{.blue} -->

<!-- -   The only source of difference between these groups should be the fact that one read the post and the other did not -->

<!-- Weaknesses: -->

<!-- -   The effects of Trump's post likely vary on the likelihood of [receiving it]{.blue} -->

<!-- -   Are we spreading misinformation? -->

<!-- :::: fragment -->

<!-- ::: callout-note -->

<!-- Experimental designs are prized for their [internal validity]{.blue} -- we're confident that any differences we observe are due to treatment and not confounding factors -->

<!-- But experimental designs generally lack [ecological validity]{.blue}. How do we know the effects we observe study, are what we would actually see in the world? -->

<!-- ::: -->

<!-- :::: -->

<!-- ## How would we extend/modify this design -->

<!-- -   Add treatment conditions -->

<!--     -   Three-arm design: Control Post, Post plus Correction? -->

<!--     -   Four arm design: -->

<!-- -   Incorporate opportunities for choice and self selection [@De_Benedictis-Kessner2019-kg, @Testa2020-uw] -->

<!--     -   ATE is weighted average of treatment effects among those likely and unlikely to receive the treatment -->

# {{<fa lightbulb>}}Dual Process Models of Cognition {.inverse}

## Beyond Receive-Accept-Sample

-   RAS is a "useful" model
    -   It appears to explain a lot with relatively few assumptions
-   RAS is a "simple" model
    -   Lot's of mechanisms left unexplained
-   RAS is a survey response and opinion formation
-   Taber and Lodge make deeper claims about cognition, motivation, and evaluation

## Dual Process Models of Cognition

::::: columns
::: {.column width="60%"}
Dual process models distinguish between systems of cognition that are fast and slow

-   System 1: Fast, Automatic, sub/pre-conscious, parallel, long-term memory
-   System 2: Slow, Deliberate, conscious, serial, working memory
-   T&L: In politics, System 2 is often downstream of and justifying System 1 (rationalization)
:::

::: {.column width="40%"}
![](https://img1.od-cdn.com/ImageType-400/2390-1/22A/D35/B1/%7B22AD35B1-B466-42B5-B366-7000ED333AC7%7DImg400.jpg)
:::
:::::

## The Driving Analogy

![](https://media0.giphy.com/media/cAfaWIcWr7qus/giphy.gif)

## Taber and Lodge (2013)

::::: columns
::: {.column width="60%"}
Taber and Lodge (2013) use this dual process framework to argue citizens

-   Rationalizing, not rational
-   Influenced by subtle/implicit cues
-   Rely on a Likeability Heuristic (System 1)

Political judgment is driven by fast affective processes that bias what becomes "thinkable"; conscious reasoning often defends the result.
:::

::: {.column width="40%"}
![](https://images-na.ssl-images-amazon.com/images/I/51PFF-3BgFL._SX331_BO1,204,203,200_.jpg)
:::
:::::

## Taber and Lodge (2013)

The fundamental assumption driving our model is that both affective and cognitive reactions to external and internal events are triggered unconsciously, followed spontaneously by the spreading of activation through associative pathways which link thoughts to feelings, so that very early events, even those that remain invisible to conscious awareness, set the direction for all subsequent processing (p. 18)

## Taber and Lodge (2013)

The fundamental assumption driving our model is that both [**affective and cognitive reactions**]{.blue} to external and internal events [**are triggered unconsciously**]{.blue}, followed spontaneously by the spreading of activation through associative pathways which link thoughts to feelings, [**so that very early events**]{.blue}, even those that remain invisible to conscious awareness, [**set the direction for all subsequent processing**]{.blue} (p. 18)

## The Model

![](images/05_cog/t1.png)

## The Model {.smaller}

::::: columns
::: {.column width="30%"}
1.  Affect first (hot cognition)

2.  Affect biases retrieval (contagion + motivated bias)

3.  Deliberation often rationalizes (evaluation + deliberation)
:::

::: {.column width="70%"}
![](images/05_cog/t1.png)
:::
:::::

## Key Concepts:

-   [Early/implicit:]{.blue} hot cognition, affect priming, spreading activation

-   [Biasing mechanisms:]{.blue} affect contagion, motivated bias, affect transfer

-   [Downstream/explicit:]{.blue} argument construction, deliberation, rationalization

-   [Dynamics:]{.blue} attitude updating, belief updating

## Hypotheses {.smaller}

-   [Hot cognition:]{.blue} all political objects have positive or negative valence

-   [Automaticity:]{.blue} attitudes and behavior can be influenced by information processes that occur outside conscious awareness

-   [Affect transfer:]{.blue} affective states and primes can influence current thoughts

-   [Affect contagion:]{.blue} affective states and primes can influence information retrieval

-   [Motivated reasoning]{.blue} prior affect will bias attention and processing of information toward those prior beliefs

## Seven Postulates (p.34) {.smaller}

As you read/review this article, try to find examples/evidence of the following:

-   [Automaticity:]{.blue}

-   [Hot cognition:]{.blue}

-   [Somatic embodiment:]{.blue}

-   [Primacy of affect]{.blue}

-   [Online updating]{.blue}

-   [Affect transfer]{.blue}

-   [Affect contagion]{.blue}

## Hot Cognition

-   Automatic feelings associated with an event or object

-   Positive or negative

-   Preceed and shape more "rational" deliberative thoughts

## Who you got

![](images/05_cog/t6.png)

## Todorov et al. 2005

::::: columns
::: {.column width="60%"}
> inferences of competence based solely on facial appearance predicted the outcomes of U.S. congressional elections better than chance
:::

::: {.column width="40%"}
![](images/05_cog/t7.png)
:::
:::::

## Spreading Activation

-   What comes to mind when you think of former president Barack Obama?

## Spreading Activation {.smaller}

::::: columns
::: {.column width="50%"}
-   Illustration of hypothetical, white, Republican voter's beliefs about Obama

-   When think of Obama, these additional connections are activated

-   The stronger the connections, more likely they are to reach consciousness
:::

::: {.column width="45%"}
![](images/05_cog/t2.png)
:::
:::::

## Affect Transfer, Priming and Contagion

![](images/05_cog/t1.png)

## Affect Contagion

> An affective contagion effect, such that an unnoticed positive prime promotes positive thoughts and inhibits negative thoughts, while an unnoticed negative prime promotes negative and inhibits positive thoughts. (p. 136)

## Affect Contagion

![](images/05_cog/t4.png)

## Affect Contagion

::::: columns
::: {.column width="60%"}
> Simple cartoon faces ﬂashed outside the conscious awareness of experimental subjects signiﬁcantly and consistently altered their thoughts and considerations on a political issue, with effects greater in size to those of prior attitudes on the issue (p. 142)
:::

::: {.column width="40%"}
![](images/05_cog/t5.png)
:::
:::::

## Motivated Reasoning

::::: columns
::: {.column width="60%"}
-   Ask participants to rate the strength of equivalent arguments

-   People with strong priors, greater knowledge, rate congruent arguments as stronger because retrieval/counterarguing are affect-biased (disconfirmation / counterarguing).
:::

::: {.column width="40%"}
![](images/05_cog/t3.png)
:::
:::::

## Taber and Lodge (2013) - The Rationalizing Voter

-   Dual process model of cognition

    -   System 1: Fast, automatic, outside consciousness (How they actually make many decisions)

    -   System 2: Slow, deliberative, conscious thought (How we think citizens should make political decisions)

-   Affect proceeds and shapes attitudes and behavior

## Seven Postulates (p.34) {.smaller}

Information processing is

-   [Automaticity:]{.blue} Priming studies

-   [Hot cognition:]{.blue} "Thin slice" cadidate evaulations

-   [Somatic embodiment:]{.blue} Iowa gambling experiment

-   [Primacy of affect]{.blue} fMRI studies showing affect proceeds conscious thought

-   [Online updating]{.blue} Candidate evaluation and recall studies

-   [Affect transfer]{.blue} "Sunny day" studies

-   [Affect contagion]{.blue} Long run consequences of hot cognition and affect transfer

## Critiques

-   Implicit vs Explicit attitudes

-   Are priming effects short lived?

    -   Are they real?

-   External (and internal validity)

-   Positive/Negative affect vs Discrete Emotions



# {{<fa lightbulb>}} Retrospective Voting {.inverse}

## Overview

- Retrospective voting reflects an alternative response to problems raised by Converse (1964)


- Redefine the problem of citizen competence
    - Democracy doesn't need perfectly informed, ideal citizens
    - Just requires citizens to **select** competent leaders and **sanction** bad leaders

    
## Two Models of Retrospective Voting

- Leadership selection:
    - Select the most competent candidate
- Sanctioning
    - Punish "bad" candidates who fail to work on citizens behalf


:::{.fragment}
Both models depend on the quality of the information or signal citizens have
:::

## Leadership Selection {.smaller}

::::{.columns}

:::{.column width="50%"}
As the information environment becomes noisier, it becomes harder to select good leaders

:::

:::{.column width="45%"}

![](images/06_voting/a1.png)

:::
::::

## Leadership Sanctioning

::::{.columns}
:::{.column width="50%"}

As the information environment becomes noisier, it becomes 

- Harder for voters to sanction ineffective leaders

- Easier for leaders to shirk their duties


:::

:::{.column width="45%"}

![](images/06_voting/a2.png)


:::
::::



## Retrospective Voting {.smaller}

::::{.columns}
:::{.column width="50%"}
So what should people base their retrospective evaluations on?



> In  order  to ascertain whether  the incumbents  have performed  poorly  or well, citizens need only calculate the changes in their own welfare. (Fiorina 1981)


:::

:::{.columns width="45%"}
![](https://media.giphy.com/media/JIJs7LYcWVmwxBShXD/giphy.gif)
:::

::::

## Economic Voting

![](https://delta.creativecirclecdn.com/richardson/original/20240829-112012-c99-its-the-economy-stupid-james-carville-rent-home-own.jpg)


## Economic Voting (Fiorina 1978)

![](images/06_voting/f1.png)


## Aggregate Evidence of Retrospective Voting {.smaller}

![](https://fivethirtyeight.com/wp-content/uploads/2014/03/5794984500_e79a01b99e1.jpg?w=1150)

## Debates in Economic Voting {.smaller}

Broad consensus that economic factors matter, but lots of ongoing debates within the field of economic voting:


- Macro vs Micro | Sociotropic vs Egocentric | National vs Pocketbook

  - Do national or individual economic factors matter?



- Time horizons | Myopic voters

  - Do voters maintain a "running tally" of long term events or are they overly swayed by recent changes


- Negative vs positive shocks

  - Negativity bias: weight bad news more heavily than good?


- Mechanisms and moderators

  - Partisans biases in evaluations of the economy




## Achen and Bartel's Critique of Retrospective Voting {.smaller}

A&B's critique boils down to two claims:



1. Voters retrospective capabilities appear haphazard at best
    - Punish politicians for things that are out of their control (Blind Retrospectiion)
    - Ignoring policy failures they could address (e.g. Spanish Influenza)


2. Voter's Economic evaluations are:
    - Short sighted
    - Poor predicters of competence
    - Open to Manipulation



# {{<fa lightbulb>}} Blind Retrospection {.inverse}

## Review

Take a moment to review the arguments in Chapter 5. Specifically:

- Table 5.1 and Figure 5.1 and 5.3

- Table 5.2 and Figure 5.4


## Shark Attacks and Blind Retrospection

:::: {.columns}
::: {.column width="60%"}

![](images/06_voting/a3.png)

:::

::: {.column width="40%"}


```{ojs}
//| echo: false

viewof q1 = 
  Inputs.textarea({
    label: "",
    placeholder: "Write your interpretation here",
    width: "500"
  })

```


:::
::::


## Shark Attacks and Blind Retrospection

:::: {.columns}
::: {.column width="60%"}
![](images/06_voting/a4.png)

:::
::: {.column width="40%"}


```{ojs}
//| echo: false

viewof q2 = 
  Inputs.textarea({
    label: "",
    placeholder: "Write your interpretation here",
    width: "500"
  })

```


:::
::::

## Shark Attacks and Blind Retrospection

:::: {.columns}
::: {.column width="60%"}
![](images/06_voting/a5.png)

:::
::: {.column width="40%"}


```{ojs}
//| echo: false

viewof q3 = 
  Inputs.textarea({
    label: "",
    placeholder: "Write your interpretation here",
    width: "500"
  })

```


:::
::::

## Droughts and Blind Retrospection

:::: {.columns}
::: {.column width="60%"}
![](images/06_voting/a6.png)

:::
::: {.column width="40%"}


```{ojs}
//| echo: false

viewof q4 = 
  Inputs.textarea({
    label: "",
    placeholder: "Write your interpretation here",
    width: "500"
  })

```


:::
::::

## Droughts and Blind Retrospection

:::: {.columns}
::: {.column width="60%"}
![](images/06_voting/a7.png)

:::
::: {.column width="40%"}


```{ojs}
//| echo: false

viewof q5 = 
  Inputs.textarea({
    label: "",
    placeholder: "Write your interpretation here",
    width: "500"
  })

```


:::
::::

## Summary {.smaller}

In Chapter 5, Achen and Bartels present evidence that voters enage in [blind retrospection]{.blue}, punishing elected officials for events outside of their control.

- They show that Woodrow Wilson's vote totals in 1916 appear to be lower in beach counties during a summer when shark attacks in New Jersey were particularly salient

- They suggest this phenomena is more general, by showing how extreme weather (droughts and floods) negatively impacts incumbent vote share.

:::{.fragment}
But how robust are these results?
:::

## Do Shark Attacks Really Sway Elections

![](images/06_voting/f0.png)


## Do Shark Attacks Really Sway Elections

![](images/07_groups/f1.png)

## Did Shark Attacks Influence the 1912 Election

![](images/07_groups/f2.png)

## The Garden of Forking Paths

![](images/07_groups/f3.png)

## Summary

- The shark attack example is flashy and surprising



- [Fowler and Hall (2018)](https://www.journals.uchicago.edu/doi/full/10.1086/699244?casa_token=q3ZyXyUgLooAAAAA%3AjFKe0Bdo7l7yIhCtTu9PdJt_dQwQjiQFe1gyngtDDPbNrnzRWGrAGBUQspzqrSePd16uQRUw49V6) offer compelling critiques of this particular finding
  - Achen and Bartels (2018) [response](https://www.journals.uchicago.edu/doi/full/10.1086/699245?casa_token=AUiqvr8tSbkAAAAA%3Aw6o2lX0jGU-FMKNvT-a9-R8oKYoYTVbCxdKbnid6HE_lr8Hyb0i20pWneULUjrIjBeFtBr9MlkY8)
- But still others find evidence of irrelevant events influencing electoral behavior:
    - [Healy et al. 2010](https://www.pnas.org/content/107/29/12804.short) analyze football games ( [Fowler and Montange](https://www.pnas.org/content/112/45/13800.short) offer a similar critique)
    - [Busby and Druckman (2017)](https://www.journals.uchicago.edu/doi/pdfplus/10.1086/688585) offer experimental evidence using Ohio State - Oregon game

- What can we conclude?

# {{<fa lightbulb>}} Economic Voting {.inverse}

## Achen and Bartel's Second Critique

- If shark attacks and droughts were the only evidence against retrospective voting, maybe we wouldn't feel so bad

- But Achen and Bartels then attack the supposed rational foundations of retrospective voting based on economic evaluations

## Critique of Economic Voting (Chapter 6)


- Voters are myopic


- Do a poor job predicting competence


- May be open to manipulation


## Figure 1: Voters are Short sighted and influenced only by recent economic events

![](images/06_voting/a8.png)


## Figure 2: Voters Do a Poor Job of Selecting Competent Leaders

![](images/06_voting/a9.png)

## Figure 3: Voters do a poor job of selecting competent leaders

![](images/06_voting/a10.png)

## Figure 4: Voters May be Subject to Manipulation/Electoral Business Cycles

![](images/06_voting/a11.png)


## Summary {.smaller}

- Theories of Retrospective Voting seek to offer an alternative acount of democratic accountability that more realistically reflects the abilities of average citizens

- Rather than assuming coherent beliefs, complete knowledge, RV asks citizens to select good leaders and sanction bad leaders using assessments of their welfare as indicator of competence

- Critics of RV contend that retropsective evaluations are:

  - Haphazard: Citizens punish elected officials for things they have know control over
  - Myopic: Only recent economic evaluations seem to matter, can be manipulated/biased.

# {{<fa lightbulb>}} A Realist Theory of Democracy {.inverse}

## A Realist Theory of Democracy {.smaller}

- "The primary sources of partisan loyalties and voting behavior ... are social identities, group attachments, and myopic retrospections, not policy preferences or ideological principles."

- "How can we tell in any given case that *identity* is the key moving force?"

## The Very Basis of Reasons (Chapter 8) {.smaller}

- Summarizes critique of two theories of democracy
    - Populist folk theory
    - Rationalistic retrospective theory
- Traces the decline and reemergence of a more "realist" view of democracy with a focus on pluralist group conflict
    - What explains this decline and re-emergence of groups in political theory and science?
    - What needs to be done to "develop a modern group-theoretic understanding of political attitudes and behavior"

## Evidence of Group Identity (Chapter 9) {.smaller}

Chapter 9 presents evidence of the important of "identities" to understanding political behavior using three types of evidence:

- Historical analysis of Catholic voting behavior

- Time series cross sectional survey analysis of the partisan identity and policy beliefs of White Southerners

- Panel survey analysis of abortion attitudes and partisanship


## Historical analysis of Catholic voting behavior {.smaller}

- What are the key takeaways from Figure 9.1?
- What evidence supports the claims:
    - "[T]he impact of Kennedy's candidacy on Catholic support for the Democratic Party was temporary" (p. 245)
    -  "It is hard to imagine a clear demonstration of the political impact of group attachments and the trade offs among them" (p. 244)

- Why was "the social significance of a Catholic presidential candidacy ... no longer sufficient to produce substantial deviations from accustomed voting behavior" (p. 246) 

## The Realignment of Partisan Identities in the South {.smaller}

Achen and Bartels present an alternative interpretation of realignment in the south emphasizing the role of social identities over standard accounts that emphasized partisan policies using the following evidence:

- Analyzing trends in PID and Voting overtime (Fig 9.1) and by age cohort (Fig 9.2)

- Analyzing trends in PID by policy position (Fig 9.4, 9.5)

- Regression analysis predicting PID with feelings toward Southerners over time (Table 9.1)



## PID, Gender and Abortion {.smaller}

- Who are we talking about?

- Who changes parties given attitudes about abortion?

- Who changes attitudes about abortion given party? 


## Pitfalls of Group Identity (Chapter 10) {.smaller}

Achen and Bartels conclude by considering the role of partisan identities in politics, and look at:


- Partisan misperceptions of party positions

- Partisan misperceptions of objective facts

- The impact of scandals on unrelated partisan policies

## Partisan misperceptions of party positions {.smaller}

- What do we learn from Figure 10.1

- How do individuals at the ends differ from individuals at the center of the scale

- Why are these differences important

## Partisan misperceptions of objective facts {.smaller}

- What are the key takeaways from table 10.1 and figure 10.2?

- How do these results relate to our earlier discussions of misinformation?


## The impact of scandals on unrelated partisan policies {.smaller}

- What are the key coefficients in Table 10.2  and 10.3 for Achen and Bartel's argument

- How compelling and consistent are these results?


# {{<fa lightbulb>}} Midterm Review {.inverse}

## Are citizens up to the tasks democracy requires?


In your groups, write down:

- An argument for or against competence from readings and concepts we've discussed so far

- A counter-argument to this claim 

- A counter to this counter


## References