I'm struggling to know how to implement a triple differences specification in reghdfe into xtdidregress. If I have a regression like
y = b0 + b1*x1 + b2*x2 + b3*treatment
+ b4*x1*x2 + b5*x1*treatment + b6*x2*treatment
+ b7*x1*x2*treatment + fixed effects + ...
=> reghdfe y x1 treatment#x1 x2#x1 treatment#x1#x2, vce(cluster ..) absorb(…)
but it seems that xtdidregress isn’t made for this kind of triple interaction DnD. It seems it’s built more for the simpler form (?)
y = b0 + b1*x1 + b2*x2 + b3*treatment + fixed effects + ...
question: is there any way to implement the triple interaction form into xdidregress.
Thanks
Related Posts with xtdidregress and reghdfe
Granger causality testsHello, I'm trying to run a Granger causality test on panel data to check whether bank profits (depe…
ivmediate, full optionDear All, I'm trying to run the ivmediate command with full option with the following code: Code:…
changin p-value range in esttabHi, I use esttab command to compile my models. I see below * p<0.05, ** p<0.01, *** p<0.00…
gosrt are not stable when identifiers are the same, how to make it the order stable?I find when use gsort var, when var has some duplicates of obervation, the order after gsorting are …
Obtaining marginal effects after using the "bayes" prefixDear all, Assume that you run a model with the "bayes" prefix. For the sake of the argument, let us…
Subscribe to:
Post Comments (Atom)
0 Response to xtdidregress and reghdfe
Post a Comment