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?
extracting data from numbersDear Statalists, I have an excel file with dates like 29.02.1980, 30.03.1980 and etc... I have appen…
Can I overlay frequency bar and proportion line graph ?Hi. Always thanks to statalist. I have binary variable ; outcome (1: positive, 0: negative) and cat…
Dropping duplicates randomlyHi I'd like to drop duplicates randomly instead of just the first duplicate observation. A snapsho…
Help with interpretation of marginsDear All, Will someone please kindly inform me if I am interpreting the following Average Adjusted …
log Transformations, How to Handle Negative Data Values?Hello there, I am wanting to run a quantile regression to examine gender differences in earnings. M…
Subscribe to:
Post Comments (Atom)
0 Response to How to export variable labels using outreg2 - label option not working?
Post a Comment