BookmarkSubscribeRSS Feed
chemicalab
Fluorite | Level 6

Hi all,

I am running this procedure in order to get an indication of outliers with the mcd robust distance in my dataset:

proc robustreg data=eg.Som_input method=lts ;

   model y= x1 x2 x3 x4

/

CUTOFF=2.5

/*ALPHA=0.025*/

diagnostics leverage  ;

   ods select DIAGNOSTICS;

   ods output diagnostics=Diagnostics;

run;

I am relevantly new in this procedure so i am wondering why i am not getting diagnostics for the whole set but only a part of it 1/3 in this case? is there any background to that?

In addition i meant to ask if there is any other output provided from this procedure with transformed data ?

Thnx in advance

2 REPLIES 2
SteveDenham
Jade | Level 19

Change to diagnostics(all) to get all observations.  The default is only points that are identified as outliers or leverage points are displayed.

Steve Denham

chemicalab
Fluorite | Level 6

Thank you very much for the reply i will try that

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 651 views
  • 0 likes
  • 2 in conversation