Skip to content
Prev 8762 / 29559 Next

How to estimate a SDM with IV method?

On Tue, 13 Jul 2010, Paolo Veneri wrote:

            
You are quite correct that the structuring of the stsls (and equivalent 
heteroskedastic version in the sphet package) makes it effectively 
impossible to fit a Spatial Durbin model. Even if one tries (using higher 
lags by hand), the results are typically numerically unstable. So you are 
left with ML - I would not worry about the distribution of the residual 
too much, but analysis of outliers from the influence measures of the 
linear fit might suggest a missing variable, or possibly a dummy that 
could releive som heteroskedasticity. You could check this out on the 
linear model first, and then use ML to fit the improved SDM model.

The only SDM with heteroskedastic errors that I know of is the Bayesian 
approach in the Matlab toolbox, documented in LeSage and Pace (2009). As 
I'm sure you know, you need to take the impacts of the RHS variables into 
account, rather than interpreting the SDM coefficients - this is provided 
for in impacts() methods in spdep for the SDM model.

Hope this helps,

Roger