Dear all

Am running a ttest for several variable by(group) using a loop as below

Code:
 foreach var of varlist cnv-vitaminb12pmoll{
ttest `var', by(psAAcat)

}
I do get several result tables but i can't see which table is for which variable. is there a way to add the name of the variable tested above its respective table.

thanks in advance