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?
Interpreting coefficient vs. margins from three-way interactionHello, I have a question regarding the interpretation of a three-way interaction in a GEE model wit…
multiple fixed effect wiith areghi. a run this code, but i faced with an error. please help me. xi: areg inv RE_value index_state yr…
Setting e(sample) to compute boostrap standard errorsHello, I am trying to obtain direct and indirect effects for multiple mediators with multiply imput…
Non-linear graphs comparisonGood morning or evening, dear community, I have a struggle with how to better approach a comparison …
How to plot regression in an intervalHi all, can any of you tell me if the below representation of regression analysis is possible in ST…
Subscribe to:
Post Comments (Atom)
0 Response to How to export variable labels using outreg2 - label option not working?
Post a Comment