Skip to content

Commit

Permalink
fix error - Primitive DID #20
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoPachi committed Aug 7, 2020
1 parent dd5a653 commit 9474173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/stata/elasticity.do
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ xtreg log_total_g log_price log_pinc_all i.year ///

* Extensive margin
xtreg extensive log_price log_pinc_all i.year ///
if 2015 > year & year > 2013, fe vce(cluster pid)
if 2015 > year & year > 2012, fe vce(cluster pid)


0 comments on commit 9474173

Please sign in to comment.