Hello,
I'm working on a strongly time fixed balanced panel data and wanted to report my xtreg result gradually (adding one variable at times).
Something like this.
Column 1: xtreg PT RND_L1 i.year, vce (cluster countryid)
Column 2: xtreg PT RND_L1 LVG i.year, vce (cluster countryid)
Until: xtreg PT RND_L1 LVG EX GI RER EDU i.year, fe vce (cluster countryid)
My question is: Do I have to include i.year in every regression or leave it until the last regression?
Provided that i.year needs to be included in all regressions, is there a way to ignore when reporting the final result (only showing the main variables) using esttab command?
Thank you.
I'm working on a strongly time fixed balanced panel data and wanted to report my xtreg result gradually (adding one variable at times).
Something like this.
Column 1: xtreg PT RND_L1 i.year, vce (cluster countryid)
Column 2: xtreg PT RND_L1 LVG i.year, vce (cluster countryid)
Until: xtreg PT RND_L1 LVG EX GI RER EDU i.year, fe vce (cluster countryid)
My question is: Do I have to include i.year in every regression or leave it until the last regression?
Provided that i.year needs to be included in all regressions, is there a way to ignore when reporting the final result (only showing the main variables) using esttab command?
Thank you.

Comment