RDD Flashcards

1
Q

How do you reduce the mistake of mistaking non-linearity for discontinuity in RDD?

A

1) try different pth-order polynomials.
2) focus on observations near the cutoff

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Regression Discontinuity Designs (RDD)

A

-RDD is a quasi-experimental design used to study causal relationships in situations where randomized controlled trials are not feasible or ethical.
-RDD evaluates the impact of a program by defining the effect of a treatment on a population of individuals.
-Examples include admission to school affecting educational outcomes and abortion policy affecting women’s health, adolescent pregnancies, and school dropout

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Sharp RD vs. Fuzzy RD:

A

-RDD comes in two styles: sharp and fuzzy.
-Sharp RD is used when treatment status is a deterministic and discontinuous function of a covariate.
-Fuzzy RD exploits discontinuities in the probability or expected value of treatment conditional on a covariate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Identifying Causal Effects with RDD:

A

RDD identifies causal effects by exploiting precise knowledge of the rules determining treatment.
RDD focuses on arbitrary rules that provide good experiments in a highly rule-based world.
RDD is suitable for scenarios where researchers are interested in the causal effect of a binary or probability intervention treatment on a dependent variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Applications of RDD:

A

-Lemieux and Milligan (2008) used RDD to study the incentive effects of social assistance in Quebec on the employment rate.
-RDD can be applied in various contexts, exploiting specific rules and thresholds to create experiments and estimate causal effects.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Challenges and Considerations in RDD:

A

-RDD may face challenges in handling non-linearities in the running variable.
-Graphical inspection is crucial in RDD analysis to ensure the validity of the results.
-Researchers need to carefully choose polynomial specifications and focus on observations near the cutoff for reliable estimates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Fuzzy RD as Instrumental Variable:

A

-Fuzzy RD uses discontinuities in the probability or expected value of treatment as an instrumental variable.
-It defines the probability of treatment at a cutoff, with different functions on either side of the cutoff.
-Fuzzy RD naturally leads to a 2SLS estimation strategy for causal effect estimation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

FD-RD (First Difference Regression Discontinuity):

A

-FD-RD estimates the difference in outcome variables by exploiting the longitudinal nature of information around the discontinuity.
-It involves estimating the first difference between outcome variables, assuming similarity of individuals close to the discontinuity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Advantages of RDD:

A

-RDD is powerful in measuring differences in small windows around the discontinuity point.
-It exploits heterogeneity in treatment, eliminating the need for a control group as in Difference-in-Differences (DiD).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Setting Up RDD:

A

-RDD is based on the premise of a known threshold or cutoff in the assignment variable.
-The assignment variable is the running variable that determines treatment status.
-The cutoff represents a point beyond which treatment changes, creating a natural experiment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Cutoff Specification:

A

-Choosing an appropriate cutoff is crucial for RDD.
-The cutoff should be theoretically justified and align with the discontinuity in the treatment.
-Researchers often conduct sensitivity analyses with different cutoff specifications to ensure robustness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Assignment Mechanism:

A

The assignment mechanism in RDD is deterministic, where treatment status changes sharply at the cutoff.
For sharp RDD, treatment is a discontinuous function of the running variable, making it a binary switch.
For fuzzy RDD, treatment is determined by the probability of treatment, allowing for a more gradual transition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Graphical Inspection:

A

A key step in RDD is graphically inspecting the relationship between the running variable and the outcome.
A scatter plot with the cutoff as a reference helps visualize the discontinuity.
Visual confirmation of a jump or discontinuity in the outcome around the cutoff is essential.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Bandwidth Selection:

A

Bandwidth refers to the range of observations around the cutoff used in the analysis.
Choosing an appropriate bandwidth is important for balancing precision and bias.
Researchers often perform sensitivity analyses with different bandwidths to assess robustness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Common Pitfalls in RDD:

A

RDD assumes that observable and unobservable characteristics change smoothly around the cutoff.
Researchers should be cautious of confounding factors that may violate this assumption.
Small sample sizes and insufficient data density around the cutoff can lead to imprecise estimates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

2SLS Estimation in Fuzzy RDD:

A

Fuzzy RDD naturally leads to a 2SLS (Two-Stage Least Squares) estimation strategy.
The first stage involves regressing treatment status on the running variable.
The second stage estimates the causal effect using predicted treatment status as an instrument.

17
Q

mathematical set up

A

Running Variable (X):

X represents the continuous variable that is used to determine treatment assignment.
Cutoff Point (c):

c is the predetermined cutoff point or threshold value of the running variable. It is the point at which the treatment changes.
Treatment Indicator (D):

D is a binary treatment indicator variable that takes the value 1 if X >= c (treatment group) and 0 if X < c (control group).
Outcome Variable (Y):

Y represents the outcome variable of interest.
Now, let’s set up the regression equations for the potential outcomes:

Potential Outcome for Treated Units (Y1):

For units receiving treatment (when X >= c):
Y1 = f(X) + beta1 * D + epsilon1
Potential Outcome for Control Units (Y0):

For units not receiving treatment (when X < c):
Y0 = f(X) + beta0 * D + epsilon0
Observed Outcome (Y):

The observed outcome is a combination of Y1 and Y0 based on the treatment assignment:
Y = D * Y1 + (1 - D) * Y0
Regression Model:

The regression model includes the observed outcome as a dependent variable and the treatment indicator:
Y = alpha + rho * D + X’ * gamma + epsilon
where alpha is the intercept, rho is the treatment effect, X’ is a vector of covariates, and epsilon is the error term.
In this setup, the parameter rho represents the causal effect of the treatment at the cutoff point. The main idea is to estimate rho by exploiting the discontinuity in treatment assignment at the cutoff. Researchers often estimate the local average treatment effect (LATE) around the cutoff, focusing on the individuals very close to the threshold. This provides an estimate of the treatment effect for those affected by the specific cutoff rule.

18
Q
A