Hello,
I'm running the following regression:
newey y1 x1 x2 , lag(12)
estimates store model1
newey y2 x1 x2 , lag(12)
estimates store model2
esttab model1 model2 using C:\Users\...\result.csv, b(2) t(2) ar2 star(* 0.1 ** 0.05 *** 0.01)
I can't retrieve the adjusted R-square for some reason. How can I get Stata to output R-squared along with the coefficient and t-statistic? Thank you!
I'm running the following regression:
newey y1 x1 x2 , lag(12)
estimates store model1
newey y2 x1 x2 , lag(12)
estimates store model2
esttab model1 model2 using C:\Users\...\result.csv, b(2) t(2) ar2 star(* 0.1 ** 0.05 *** 0.01)
I can't retrieve the adjusted R-square for some reason. How can I get Stata to output R-squared along with the coefficient and t-statistic? Thank you!
Comment