These functions are methods for the generics
leverage
, influence
,
dfbetas
and dffit
for the class "slrm"
.
These functions adapt the standard diagnostics for logistic regression
(see influence.measures
) to a
fitted spatial logistic regression model (object of class
"slrm"
). This adaptation was described by Baddeley, Chang
and Song (2013).
leverage.slrm
computes the leverage value (diagonal of the hat
matrix) for the covariate data in each pixel.
The result is a pixel image.
influence.slrm
computes the likelihood influence
for the data (covariates and presence/absence of points) in each pixel.
The result is a pixel image.
dfbetas.slrm
computes the parameter influence
for the data (covariates and presence/absence of points) in each pixel.
The result is a list of pixel images, one image for each of the
model coefficients in coef(model)
. The list can be plotted
immediately.
dffit.slrm
computes the total influence
for the data (covariates and presence/absence of points) in each pixel.
The result is a pixel image.