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?
Matching data over three waves of income surveysDear all, I am conducting an analysis where I want to see the effects of weather on income in Bangl…
Error message when obtaining SVAR's IRFDear all, I am trying to obtain simple Impulse Response Functions after running a SVAR. Code: ma…
Multicollinearity with lagged dependent variableHello, I have a question about testing for multicollinearity. I have panel data for 11 industries o…
st_matrix for a rowHello everybody, I am a complete beginner to Mata.. I want to take the means from each column of ma…
average weighted scoresDear Statalists, I have a survey data that contains categorical variables in the Likert scale (typi…
Subscribe to:
Post Comments (Atom)
0 Response to How to test coefficient equality with high dimensional fixed effect and IV?
Post a Comment