BookmarkSubscribeRSS Feed
ilikesas
Barite | Level 11

Hi,

 

I am trying to do the following:

 

proc reg data=Sashelp.Cars plots=none;  
   model Horsepower = EngineSize Weight / vif r influence;
output out=the_output
rstudent = rstudent
h =h
cookd = cookd;
run;

basically I would like to have the statistic such as rstudent and cookd to be output into a new table, the_output, but it is always empty.

 

Thank you

1 REPLY 1
PaigeMiller
Diamond | Level 26

Add a quit; statement after your run; statement

--
Paige Miller

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register 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
  • 1 reply
  • 1704 views
  • 3 likes
  • 2 in conversation