-i.YEAR- should be a categorical variable (such as 2011, 2012 ans so forth) that identifies the panel time variable.
The problem with -i.TIME- is that it reduces interaction to zero.
Try to add it outside the interaction:
Code:
xtset firmID year xtreg MATCHING i.IFRS##i.YEAR i.TIME <othercontrols>, fe
Leave a comment: