<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>I would like to estimate a spdep::lagsarlm Model (Spatially Autoregressive Regression) in R.</div>

<div>My observations (n=447) are polygons, each representing an administrative region of Berlin and my attributes are aggregated on this regional level (e.g. unemployment rate, median house prices etc.).</div>

<div> </div>

<div>However, the problem is that the regions have a highly varying number of inhabitants (between 500 and 32000).</div>

<div> </div>

<div>Therefore, I would like to weight each observation with its number of inhabitants. With lm this is easypeasy, because it accepts the optional argument weights=...</div>

<div>How can I do something similar with spdep::lagsarlm? Is there a workaround? Or does weighting not make any sense at all in the case of SAR Models?</div>

<div> </div>
</div></div></body></html>