I created four regressions with the eststo command to put them all in the table with esttab. I used the following code ( esttab, se r2 label) for my specifications, however, the r2 appears blank, how can I fix this?
I used xtreg to create my regressions if that helps.
Also, I have these year variables that show when running esttab in the format (year=2005, year=2006, etc.) They appear as a result of me including time fixed effects in the regression (i.year). I tried applying the drop command in esttab, but this error returns
=exp not allowed
r(101);
I used xtreg to create my regressions if that helps.
Also, I have these year variables that show when running esttab in the format (year=2005, year=2006, etc.) They appear as a result of me including time fixed effects in the regression (i.year). I tried applying the drop command in esttab, but this error returns
=exp not allowed
r(101);
Comment