Hello,
it's just a general question: i tried to add information on the list of countries used in the regression using outreg2 command, but I only succeeded on number of countries, not the list.
I used
and put
I tried to find previous posts regarding this question, but I couldn't find it..
Someone could help me, please?
it's just a general question: i tried to add information on the list of countries used in the regression using outreg2 command, but I only succeeded on number of countries, not the list.
I used
Code:
levelsof country if e(sample) local n_countries = `r(r)'
Code:
outreg2 ... addtext(Countries, `n_countries')
Someone could help me, please?
Comment