Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PHREG Procedure

Influence of Observations on Overall Fit of the Model

The LD statistic approximates the likelihood displacement, which is the amount by which minus twice the log likelihood (-2 \log {\cal L}(\hat{{\beta}})), under a fitted model, changes when each subject in turn is left out. When the ith subject is omitted, the likelihood displacement is

2 \log {\cal L}(\hat{{\beta}}) - 2 \log {\cal L}(\hat{{\beta}}_{(i)})
where \hat{{\beta}}_{(i)} is the vector of parameter estimates obtained by fitting the model without the ith subject. Instead of refitting the model without the ith subject, Pettitt and Bin Daud (1989) propose that the likelihood displacement for the ith subject be approximated by
LD_i = L_i' \hat{V}L_i

This approximation is output to the LD= variable.

The LMAX statistic is another global influence statistic. This statistic is based on the symmetric matrix

B= L\hat{V}L'
where L is the matrix with rows that are the score residual vectors Li. The elements of the eigenvector associated with the largest eigenvalue of the matrix B, standardized to unit length, give a measure of the sensitivity of the fit of the model to each observation in the data. The influence of the ith subject on the global fit of the model is proportional to the magnitude of \zeta_i, where \zeta_i is the ith element of the vector {\zeta} that satisfies
B{\zeta}=\lambda_{\max} {\zeta}
  { and} 
 {\zeta}'{\zeta}= 1
with \lambda_{\max} being the largest eigenvalue of B. The sign of \zeta_i is irrelevant, and its absolute value is output to the LMAX= variable.

When the counting process MODEL specification is used, the LD= and LMAX= variables are set to missing, because these two global influence statistics can be calculated on a per subject basis only.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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