Skip to content
Prev 27757 / 29559 Next

Spatial Autocorrelation Estimation Method

On Sun, 10 Nov 2019, Robert R wrote:

            
Unless you know definitely that you want to relate the response to its 
lagged value, you do not need this. Do note that the matrix is very 
sparse, so could be fitted without difficulty with ML in a cross-sectional 
model.
Did you read the development in 
https://doi.org/10.1016/j.spasta.2017.01.002? It is explained there, and 
includes code for fitting the Beijing housing parcels data se from HSAR 
with many other packages (MCMC, INLA, hglm, etc.). I guess that you should 
try to create a model that works on a single borough, sing the zipcodes 
in that borough as a proxy for unobserved neighbourhood effects. Try for 
example using lme4::lmer() with only a zipcode IID random effect, see if 
the hedonic estimates are similar to lm(), and leave adding an MRF RE 
(with for example mgcv::gam() or hglm::hglm()) until you have a working 
testbed. Then advance step-by-step from there.

You still have not said how many repeat lettings you see - it will affect 
the way you specify your model.

Roger