Hi Statalist,
I am using outreg after running some regressions to produce tables for a journal article.
To produce the tables I tell Stata something just like this:
When I run these lines of command variable value labels do not show up in my tables for categorical/binary variables. Is that a limitation of outreg? I have these variables labeled with value labels.
Thank you!
I am using outreg after running some regressions to produce tables for a journal article.
To produce the tables I tell Stata something just like this:
Code:
xi: svy: regress y x1 x2 i.x3 i.x4 outreg using filename.doc, se varlabels replace
Thank you!
Comment