Dear All,

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
When I want to use
Code:
esttab
I however get this output:


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
But that just gives:

Code:
estimation result label not found
How am I supposed to do this?

Any help would be greatly appreciated.