BookmarkSubscribeRSS Feed
NickbuonKSU
Calcite | Level 5

need some help in how to output results to include the variables, PRESS, CP, R2, 

 

trying to replicate some minitab results in SAs.

 

NickbuonKSU_0-1601062261100.png

 

6 REPLIES 6
ballardw
Super User

It may help to start by showing the code you are currently using.

NickbuonKSU
Calcite | Level 5
here is the code:
Proc Reg data = EXECSAL2 outest=parmest tableout;
Model Y = X1 X2 X3 X4 X5 X6 X7 X8 X9 X10/ press cp include=10 selection=stepwise clb ;
Run;
proc print data=parmest;
run;

PaigeMiller
Diamond | Level 26

Now that we can see your code, explain what is wrong.

--
Paige Miller
NickbuonKSU
Calcite | Level 5
been looking at a number of SAS documents to see how i can output the variables, MSE, R2, CP, ADJR2 into a table so i can them review the output with others..
Reeza
Super User
See the last link in my response.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 6 replies
  • 1552 views
  • 1 like
  • 4 in conversation