The 'Scale-Location' plot, also called 'Spread-Location' plot, takes the square root of
the absolute standardized deviance residuals (sqrt|E|) in order to diminish
skewness is much less skewed than than |E| for Gaussian zero-mean E.
The 'Scale-Location' plot uses the standardized deviance residuals while the
Residual-Leverage plot uses the standardized pearson residuals. They are given as
\(R_i/\sqrt{1-h_{ii}}\) where \(h_{ii}\) are the diagonal entries of the hat matrix.
The Residuals-Leverage plot shows contours of equal Cook's distance for values of 0.5
and 1.
There are two plots based on the non-randomized probability integral transformation (PIT)
using compPIT
. These are a histogram and a uniform Q-Q plot. If the
model assumption is appropriate, these plots should reflect a sample obtained
from a uniform distribution.
There are also two plots based on the normal randomized residuals calculated
using compnormRandPIT
. These are a histogram and a normal Q-Q plot. If the model
assumption is appropriate, these plots should reflect a sample obtained from a normal
distribution.