Skip to content

Help to generate diagnostic plots from spatial regression

2 messages · Ram Pandit, Roger Bivand

#
On Wed, 4 Feb 2009, Ram Pandit wrote:

            
There is no plot() method for an object of class "sarlm", so you get sent 
to the default method. For what it's worth, you could try:

plot(fit1$lm.target)

which will use the correct method, but disregarding the spatial 
coefficient and using an inappropriate hat matrix. There is a paper by 
Haining describing diagnostic plots for spatial regression models, but 
no-one has implemented them.

Roger