Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Fit Analyses

Cook's D

Cook's D measures the change in the parameter estimates caused by deleting each observation. For linear models,
Di = [1/(p s2)] (b- b(i))' (X'X) (b- b(i))
where b(i) is the vector of parameter estimates obtained after deleting the ith observation.

Cook (1977) suggests comparing Di to the F distribution with p and n-p degrees of freedom. For generalized linear models,

D_{i} =
 \frac{1}{p \hat{ \phi}}
 {(b- b_{(i)})'}
 ({X'}W{X})
 (b- b_{(i)})
where W = Wo when the full Hessian is used and W = We when Fisher's scoring method is used.

Cook's D statistics are stored in variables named D_yname for each response variable, where yname is the response variable name.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.