Hi,
I have to run approx 2500 separate regressions. I'm having trouble getting ONLY the output I want in one nice output file. An excerpt of my code is below.
proc reg data=chris outest=est1 tableout;
model1: model rpfund1=rpfifty/ RSQUARE noprint;
run;
proc reg data=chris outest=est2...
Hi guys,
I have to run 210 regressions. All with the same independent variable but with different dependent variables. However if I use
proc reg data=chris;
model20: model rpfund20=rpax/clb;
model21: model rpfund21=rpax/clb;
model22: model rpfund22=rpax/clb;
model23: model...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.