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?
Generating a variable that is gives average score based on 'yes' responses on a bunch of variablesHello experts, I have been facing a challenge in producing an output that is based on average score…
Fractional response model with binary endogenous explanatory variableHello everyone, As the title mention, I have an endogenous explanatory variable, which happens to be…
Looping over folders in the directory and then over files in each folderHi everyone, I want to make a panel data dta file from several excel files sitting in several folde…
Why there is missing t-test information for one controlling variable after using PSM and ptest?Array Dear friends, I applied PSM using below command, psmatch2 treat x1 x2 , out(Y) logit ate neig…
How to drop the duplicates with the fewest missing values?I have duplicates that share values, but some are missing. I would like to keep the observation of e…
Subscribe to:
Post Comments (Atom)
0 Response to How to export variable labels using outreg2 - label option not working?
Post a Comment