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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 864 views
  • 1 like
  • 4 in conversation