BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
MikeTurner
Calcite | Level 5

In ordinary regressions, we can use 2*sd or students' residual to detect and remove outliers, but in logistic regression, how to find outliers?

thanks

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ

The standardized deviance residuals and the likelihood residuals (available in PROC LOGISTIC in SAS 9.3, or in PROC GENMOD in earlier releases) have distributions reasonably close to standard normal.  So, values greater than 2 or less than -2 might be considered suspect. 

View solution in original post

2 REPLIES 2
SteveDenham
Jade | Level 19

If you are using PROC LOGISTIC, check out the syntax for the OUTPUT statement.  It will give you many of the parameters you are looking for--studentized residuals, leverage, dfbetas, etc.

Steve Denham

StatDave
SAS Super FREQ

The standardized deviance residuals and the likelihood residuals (available in PROC LOGISTIC in SAS 9.3, or in PROC GENMOD in earlier releases) have distributions reasonably close to standard normal.  So, values greater than 2 or less than -2 might be considered suspect. 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 2 replies
  • 6484 views
  • 1 like
  • 3 in conversation