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
problems with nested logit modelHi I am trying to model migration within Sweden using a nested logit model and I have divided Swede…
Problem intepreting 3sls (reg3) results, and isolate dependent variable in a simultaneous equation modelDear Stata experts and fellow students We are 2 students that are writing our thesis where we try t…
Bayesian iRT using bayesmhhow will i code A= 1, B= 2, C=3 ,D=4 in this excel sheet Q1 Q2 Q3 Q4 Q5 Q6 Q7 1 B A A B A D A 2 C B …
xstata pauzes on linux server when disconnecting SSH tunnelI have Stata MP installed on a linux server, which I access through a ssh tunnel and X2go (and X11 f…
Counting distinct values by groupHello, I have a data-set with a unique id (permno) and time (date). I have taken the year of this d…
Subscribe to:
Post Comments (Atom)
0 Response to xtdidregress and reghdfe
Post a Comment