Dear all,
Given the following loop:
What I want is to shorten names of storing estimates. For example, I want to have m1 and m2 instead of first_outcome and second_outcome. I have seen something like this but not I was unable to find that thread. Thank you.
Given the following loop:
Code:
foreach y in first_outcome second_outcome { eststo `y': reg `y' x1 x2 x3 }
Comment