Hi, I am trying to draw a graph like the following using did_multiplegt package:
But in fact, the following code
generates:
I was wondering if there's a way to modify the code in order to show the dynamic treatment effects as above picture. Or is there any alternative way to draw the graph?
Thanks.
But in fact, the following code
Code:
did_multiplegt lwage nr year union, robust_dynamic dynamic(1) placebo(1) breps(50) cluster(nr)
When dynamic effects and first-difference placebos are requested, the command does
not produce a graph, because placebos estimators are DIDs across consecutive time periods,
while dynamic effects estimators are long-difference DIDs, so they are not really comparable.
not produce a graph, because placebos estimators are DIDs across consecutive time periods,
while dynamic effects estimators are long-difference DIDs, so they are not really comparable.
Thanks.
Comment