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
Related Posts with How to get residuals series of many regressions?
Reshape data long to wide but not normal wideHello, I want to reshape my data long to wide. So, I googled it and found this web page: https://s…
How to make a Difference in Differences GraphI want to make a graph showing parallel slopes for the following data. The variable REGION consists …
Test to show a regressor is non stochastic?Other than producing and eyeballing a scatter diagram, is there a standard way to prove/discover tha…
How to change the look of a subset of bars using specific criteria - bar graphsDear all, I am working with a dataset that contains the number of candidates for each call of a stu…
Graphing one product verses an average of all other productsHi All, I am having trouble thinking how I can graph an average of two products ("Coca-Cola" and "t…
Subscribe to:
Post Comments (Atom)
0 Response to How to get residuals series of many regressions?
Post a Comment