Hi all
I want to export my regression tables, showing variable labels instead of names, using the outreg2 command.
After running a regression I do:
outreg2 using "My_results1", replace word label dec(3) sideway noobs
but that results in:
) required
I've tried adding one of the specifications:
outreg2 using "My_results1", replace word label(proper) dec(3) sideway noobs
This works, but it still does not export my labels (only variable names).
Working in Stata 16.0
I did an 'update all' before starting.
Am I using the wrong option here? Can anyone check for themselves whether the word + label option works for you?
Thank you.
Related Posts with How to export variable labels using outreg2 - label option not working?
nl problem with modified Richards equationDear Team, I'm trying to fit modified Richards equation to simulated cumulated volume (v_elong) data…
inlist with many variablesHello. I have 100 numeric variables (var1-var100) which are all categorical (1, 2, 3). I would like…
Create a variable that defines the value of the next rowHi, I am using long form data. I have a variable called ia_label that defines an area of interest a…
XTunitroot error r(111) variable ccode not foundI am using the command XTunitroot to test for stationarity with a cross country-year dataset, using …
SEM with fixed effectsHello. This is my first time posting on this forum. I am trying to examine whether student partici…
Subscribe to:
Post Comments (Atom)
0 Response to How to export variable labels using outreg2 - label option not working?
Post a Comment