I am running a regression with country variable, if I run a normal regression in Stata the output looks as follows:
Code:
country_name | Armenia | -.564068 .0922244 -6.12 0.000 -.7448246 -.3833115 Azerbaijan | -.7270214 .0951015 -7.64 0.000 -.913417 -.5406259 Belarus | -.515732 .0908794 -5.67 0.000 -.6938523 -.3376117 Benin | 1.022317 .1224898 8.35 0.000 .7822414 1.262393
Code:
esttab
Code:
1.country_~e 0 (.) 2.country_~e -0.564*** (-6.12) 3.country_~e -0.727*** (-7.64)
I tried to type:
Code:
esttab label
Code:
estimation result label not found
Any help would be greatly appreciated.
0 Response to Making esttab use factor labels
Post a Comment