Hey, I'm running a panel regression that uses year fixed effects and those same year fixed effects interacted with a treatment variable. For example, my regression looks like:
Code:
reg y x1 x2 x3 year* t_year*, noconstant
where year is the prefix for a set of dummy variables from 2001-2015 and t_year the prefix for those same dummys interacted with another dummy variable, treatment.

My regression output for this one model is long because each FE gets a row. 15 rows for the year FE and another 15 for those same years interacted. I'd like to output the coefficients for these year FE into Latex to get something like the simple table below. Something like coefplot, which lets you rename variables and group them together, but for a table output would work. Looking for any advice.
Year Treatment Interaction No Interaction
2001 Beta Beta
2002 Beta Beta
2003 Beta Beta
2004 Beta Beta
2005 Beta Beta