GV249 Seminar WT8: Regression Discontinuity Design

Lennard Metson

2025-03-18

Outline

Online resources

In addition to the lecture, seminar and core readings there good online textbooks for causal inference. When writing your research designs, it’s worth looking at what these say on the design you are using for more details.

Quasi-experiments

  • The three assumptions needed for causal inference - (1) independence (2) excludability (3) non-interference - are easiest to meet with a randomised experiment.
    • Quasi-experiments do not involve randomisation.
    • They use additional assumptions to meet the conditions.
  • When are quasi-experiments useful?

RDD - What we need

  1. Continuous “running” variable \(X\)
  2. Treatment status (\(D\)) determined by a cut-off (\(C\)) based on a value of \(X\)
  3. A bandwidth around the cutoff (\(H\))

RDD - What we need

RDD

  • Core idea: individuals very close to the cut-off are “as-if” randomly assigned to treatment of control.

  • If our assumptions hold, we can identify the ATE for individuals close to the cutoff -> LATE

RDD - Graphically

Source: Huntington-Klein - The Effect

RDD - Key assumptions

    • As this would mean individuals are selecting into treatment
    • Otherwise, changes might be caused by differences in these variables
    • To fulfil the excludability assumption

RDD - Robustness checks

Robustness checks are tests that increase our confidence the

Further robustness (which we will cover in the lab)

Fuzzy RDD

  • What scenarios would we use fuzzy RDDs?
    • Cutoffs for “eligibility” (e.g. voting age, retirement)

RDD - Estimation

  • We could fit one model with two lines - one for before and one for after, However, this can mask “non-linearity”:

RDD - Estimation

  • Local linear regression
    • Weighted regression restricted to small bandwidths around a value of \(X\). Observations closer to the value are weighted more.
    • The “kernel” determines the weights, we use an algorithm to choose the best kernel.

RDD - Example 1

What is the effect of a radical right party winning seats in parliament?

  • In many PR systems, there is a minimum vote threshold (e.g. 5%) a party needs before it gains seats.

Abou-Chadi & Krause (2018)

RDD - Example 2

What is the effect of living with others on turn out?

Dahlgaard et al (2021)

🏃 Exercise

Suppose you want to study the impact of cash transfers to refugees. Potential recipients fill out a questionnaire. The answers are used to create a vulnerability score from 0-100. People with a score of 80 or above are eligible.

How might you use an RDD to study this?

  1. What is your running variable and cut-off?
  2. What assumptions need to be met?
  3. Might people be able to sort across the boundary? How could you show they aren’t?
  4. What robustness checks would you need to do?