模型如下:
lnIMP(cpt) = \beta Ineffect(t)*AGOA_country(c) *AGOA_product(p) + country/product(cp) + country/year(ct) + product/year(pt) + \epsilon(cpt)
Ineffect(t), AGOA_country(c), AGOA_product(p)都是虚拟变量
请问可以在stata中实现吗?如果可以,具体怎么进行?
(我现在能想到的是 对country建立虚拟变量,然后用two-way fixed effects (Green所提出的方法)
请问高手还有没有别的好建议?