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
Merging Refinitiv ESG data with Compustat dataHi Stata experts, I am trying to merge Refinitiv ESG data Compustat data. ESG data has 8 digit cusi…
Event Study errorsHi all!! I just started using STATA and I'm learning how to use the software on my own - which is n…
Record-to-date value in a time series or panelI will illustrate my question with an example. Say I have a variable called Temperature for 100 yea…
Dropping data framesHello All, just a quick question: is there any deep underlying reason why I can do Code: drop var1…
Statistically compare two proportions on multiply imputed dataDear all, I calculated two proprtions based on 50 multiply imputed datasets and received the follow…
Subscribe to:
Post Comments (Atom)
0 Response to xtdidregress and reghdfe
Post a Comment