Skip to content

Weighting observations in a spdep::lagsarlm Model?

2 messages · Guido Schulz, Roger Bivand

#
On Thu, 5 Mar 2015, Guido Schulz wrote:

            
Good question!

Weighting is potentially important in spatial regression, and is often 
used in epidemiology and criminology, but hasn't been asked for in 
econometrics.

So you can use spautolm() with weights, and as the SAR error model is the 
same thing as errorsarlm(), you can fit weighted SLX (lm), weighted SEM 
and SDEM (spautolm), but not the models with lagged y. Before this can be 
considered, someone has to do the math to work out its consequences for 
estimation and impact methods; I'm not aware of any relevant literature 
for ML estimation. Treated additively, you could look at Bayesian methods, 
either in Matlab where LeSage & Pace fit a heteroskedasticity effect (not 
weights) or maybe using the "slm" model in INLA, but neither of these 
ideas have been thought through. You could also look at GM HAC methods, 
but again, they do not take given weights.

If you can find such literature, or develop the missing reasoning, I'd be 
willing to implement it in ML, as it is an obviously relevant robustness 
check.

Roger