Hello all,

I run multiple regressions with mostly the same variable names, but still some different variable names here and there. After each regression I stored the output via est store Regression1, Regression2 etc. Typing outreg2 [Regression1 Regression2 Regression3] using Test.tex results in the following:
Variable Name Regression1 Regression2 Regression3
Var1 123 324 234
Var2 122 233 225
VarTest_YES 345 523
VarTest_NO 223
Now, I would like to display the output like this:
Variable Name Regression1 Regression2 Regression3
Var1 123 324 234
Var2 122 233 225
VarTest 223 345 523
YES/NO NO YES YES
I know I can add the last YES/NO row with addtext(YES/NO, NO, YES, YES). But I don't know how to set up multiple variable names into one row. Is there an easy way to move up the regression data within the same column?
Thank you very much in advance for help.