Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I am trying to model the effect that proximity to transportation infrastructure has on home prices. It is common (and reasonable) to use some type of spatial dependence model, such as the Spatial Durbin Model, $$y = \rho W y + X\beta + XW\lambda + \varepsilon $$ In this model, the outcome is a result of

  • autocorrelation $\rho W y$ (neighbor's home prices)
  • individual effects $X\beta$ (own home characteristics)
  • and neighbor effects $XW\lambda$ (neighbor's characteristics)

My question: in the case of a spatially-dependent explanatory variable (such as how far each observation is from a transit station), does this model introduce collinearity between the $X\beta$ and $XW\lambda$ terms? After all, if I live two miles away from the nearest train station, my neighbors by definition also live about two miles from the same train station.

If there is multicollinearity, how will this effect the $\beta$ and $\lambda$ estimates? Will they be consistent/unbiased? If so, how might I correct for this?

share|improve this question
If the predictors are spatially autocorrelated then this will introduce collinearity. There are many many questions on this site that address your subsequent questions - I suggest typing collinearity (or something like that) in the search box above or looking at other questions with the associated tags. – Macro May 30 '12 at 17:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.