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.