I have a panel dataset. My statistical model includes an exogenous variable X_1, an endogenous variable X_2 (instrumented by Z) and two-way fixed effects. My goal is to estimate the model in two non-overlapping time periods and test whether coefficient for the instrumented term (X_2) is different.
reghdfe y X_1 (X_2 = Z) if time==1, absorb(FE1 FE2) vce(cluster G)
reghdfe y X_1 (X_2 = Z) if time==2, absorb(FE1 FE2) vce(cluster G)
Methods using suest and gmm are discussed in other threads, but I don't see a direct application to my setting.
Any help is appreciated!
Related Posts with How to test coefficient equality with high dimensional fixed effect and IV?
floatplot updated on SSCThanks as always to Kit Baum, the files for floatplot on SSC have been updated. Somehow or other th…
Multilevel modeling a binary outcome taking account a complex survey design (with psu, strata, and weights) using svy:melogitProgramme: Stata SE 16.1 Desired Analysis: Multi-level modelling for complex survey design (with psu…
Should I use "c." or "i." prefix or something else?Dear all, I have a panel dataset of rated firms and want to study the effect of busyness cycles on …
Difference-in-DifferenceGood morning, Kindly I am new in this command. What does it mean that I don't have significance in …
How 'mixed' Command Identifies Level-1 and Level-2 Variables?My confusion is depicted in the picture below: Array …
Subscribe to:
Post Comments (Atom)
0 Response to How to test coefficient equality with high dimensional fixed effect and IV?
Post a Comment