I need to do 3 t tests.
And for each t test, I need to store their r(mu_1), r(mu_2), two Std. Err., and r(t).
Finally, I need to create a table like this:

My idea is that I first store these numbers, and then I can list them in a matrix, and then I can transfer this matrix to my LaTex file.
Code:
foreach n in addition deletion total { ttest pre`n' == post`n' }
Finally, I need to create a table like this:
My idea is that I first store these numbers, and then I can list them in a matrix, and then I can transfer this matrix to my LaTex file.
Comment