Hello,
I want to run 500 regression in one command. dependent series are Y1 to Y500 and three independent variables x1, x2 and x3. following is the command (please make me correct if i am wrong):
foreach y of varlist y1-y500 { regress `y' x1 x2 x3 } My query is how I get residuals series of each regression. Please help me..

Thank you
Priya