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?
Gender wage gap, hourly wage or weekly wageHello everyone,
I am doing a project on gender wage gap using Oaxaca Decomposition. I am wondering …
Using global variables within forvalue loopsI am trying to design a for loop that can be easily adapted for the input values but cannot work out…
Using same variable for weight and controlI would like to use the same variable for weight and control like:
Code:
sysuse auto
ivreghdfe pr…
Validity of exclusion restriction in an Heckman IV modelDear Statalist Users,
I was hoping to get some inputs on how to evaluate the validity of the exclus…
Time series data set up for time series analysisDear Altruistic,
I'm using Stata 13. My data set is in following formation
Code:
* Example generat…
Subscribe to:
Post Comments (Atom)
0 Response to How to test coefficient equality with high dimensional fixed effect and IV?
Post a Comment