Dear all,

I am estimating an equation of the form: xtreg y x1 i.year#x1 i.year, fe cluster(country)

Where years are 2002, 2003, 2004, 2005

In the latex output table I want to show the sum of the coefficients of i.year#x1 + x1. To calculate the total, I use:

lincom 2002.year#x1 + x1
lincom 2003.year#x1 + x1
lincom 2004.year#x1 + x1
lincom 2005.year#x1 + x1

Is there any way that I can create a table showing the resulting coefficients from the lincom calculations including the statistical significance? I have tried with estadd / esttab but have not managed so far.

Thank you very much!

Joan