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.

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 2659 views
  • 1 like
  • 4 in conversation