Dear All,
I am estimating a DiD model, and I would like to examine if treatment is conditional on the value of a continuous variable. I am using Wooldrige ETWFE approach, but I am not sure how to deal with continuous variables interaction, to evaluate whether treatment effect is different across different values of my variable.
Take the follwing example
Code:
frause mpdta.dta, clear * run a simple model, with the objective of examining if the treatment effect is conditional on population jwdid lemp lpop, ivar(countyreal) tvar(year) gvar(first_treat) group * if I try to examine the impact over different level of population I get an error estat simple, estore(jw_static) over(lpop) only integer values are allowed in over() and within() variables
Thanks a lot in advance for your help
Best

Comment