Videos and questions for Chapter 4 of the course "Empirical Economics with R" at Ulm University (taught by Sebastian Kranz)
We will look at an experiment to study the impact of search engine advertisement for eBay in the US.
Below are two variants of the experimental design. One could say that the "cleaner" design has been chosen. Make a guess which one:
Were the treated DMA's be perfectly randomly chosen? Make an educated guess.
Here is again the graph of the experimental results:
What would be a "good" estimator of the treatment effect of the experiment of turning off search engine marketing on average daily revenues per DMA (in 1000 USD)?
So assume instead of the DiD regression
\[rev_{i,t} = \beta_0 + \beta_1 treat_i \cdot exp_t + \beta_2 treat_i + \beta_3 exp_t + u_{i,t}\]
we would only estimate the shorter regression where we ommit \(treat_i\)
\[rev_{i,t} = \beta_0 + \beta_1 treat_i \cdot exp_t + \beta_3 exp_t + \varepsilon_{i,t}\]
Make a guess how our estimator \(\hat \beta_1\) changes in the shorter regression. (Best draw a causal graph and put plus-minus signs on the arrows to assess which additional effect \(\hat \beta_1\) estimates in the shorter regression.)
Great, you have finished the video lectures for Chapter 4. Now would be a good time to start with the RTutor problem set in order to perform some DiD estimation yourself.