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

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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
  • 1600 views
  • 3 likes
  • 2 in conversation