Hi,
I am using a triple difference-in-differences to analyze the effect of an intervention where I suspect the impact will differ between the small and large firms:

where G is a dummy variable for the intervention group (treatment=1, control=0), T is the time period variable (also a dummy variable) and S is a dummy variable indicating the size of the firm (large firm=1).
From my understanding, beta 3 is the difference-in-differences coefficient and therefore the effect of the intervention on small firms while the effect of the intervention on large firms is equal to beta 3+ beta 7. I run the following regression on Stata:
In the attached example (at the end of the log file), the difference-in-differences and triple differences coefficient for taxmorale2 are respectively -0.153* and -0.048.. If I understood well, that would mean that the effect of the intervention on large firms would be -0.153+(-0.048)=-0.201.
I was wondering if there is a way to determine the significance level of the coefficient -0.201? And to determine if there is a statistical difference in coefficient between the two coefficients?
Thank you for your help
I am using a triple difference-in-differences to analyze the effect of an intervention where I suspect the impact will differ between the small and large firms:
where G is a dummy variable for the intervention group (treatment=1, control=0), T is the time period variable (also a dummy variable) and S is a dummy variable indicating the size of the firm (large firm=1).
From my understanding, beta 3 is the difference-in-differences coefficient and therefore the effect of the intervention on small firms while the effect of the intervention on large firms is equal to beta 3+ beta 7. I run the following regression on Stata:
Code:
xi: regress outcome_variable intervention##time_period##firm_size $covariates, vce(cluster region)
I was wondering if there is a way to determine the significance level of the coefficient -0.201? And to determine if there is a statistical difference in coefficient between the two coefficients?
Thank you for your help
Comment