The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Analytics | Data Visualization | Learn SAS
Rick Wicklin 1
Influential observations in a linear regression model: The DFFITS and Cook's D statistics

A previous article describes the DFBETAS statistics for detecting influential observations, where "influential" means that if you delete the observation and refit the model, the estimates for the regression coefficients change substantially. Of course, there are other statistics that you could use to measure influence. Two popular ones are the

1 73 74 75 76 77 166