Skip to content

Spatial regression

4 messages · Roger Bivand, Adrian Toti

#
On Fri, 29 May 2009, Adrian Toti wrote:

            
As you appreciate, the two models are not nested, so an LR test is not 
appropriate, and comparing the AIC values probably not either (although a 
large difference in AIC should not be disregarded). Neither errorsarlm() 
not lagsarlm() use weights - this is only possible in spautolm(), which is 
an alternative implementation of the same model as errorsarlm(). So I'm 
not sure how you could fit a weighted lag model.

There is a paper by Kelejian in Letters in Spatial and Resource Sciences 
in 2008 on a spatial J-test, but this relies on feasible GM and spatial 
TSLS estimates, which most often also assume row standardisation and do 
not permit weights. A recent paper by Burridge and Fingleton (from a 
meeting earlier this week) discusses some alternatives:

http://sew2009.univ-fcomte.fr/english/Burridge_Fingleton.pdf

but these are too fresh to be coded and packaged yet (and are also in the 
spatial econometrics view of the world).

Hope this helps,

Roger

  
    
2 days later
#
On Mon, 8 Jun 2009, Adrian Toti wrote:

            
Yes, doing likelihood ratio tests between the nesting spatial Durbin model 
and either of the nested spatial error (test on Common Factor) or lag 
(test on coefficients on lagged X) models should be OK. However, 
lagsarlm() does not (yet) support weights, I'm afraid.

Roger

  
    
16 days later