Skip to content
Prev 15869 / 29559 Next

listw spatial weights for panel data

On Wed, 15 Aug 2012, Jerg Gutmann wrote:

            
Why? Simply appending listw objects will lead to wring indexing, won't it, 
as the listw objects only index 1:n for their sets of spatial 
observations. Your approach will not show how say France 1949 relates to 
Spain 1962 (which should have different indices), will it?

If you need a collection of listw objects, put them in a list, and access 
them from that. This is what is done for multiple lag orders, see ?nblag, 
but there the numbers and indices of spatial observations do not change, 
while yours change over time (Czechoslovakia -> Czech Republic and 
Slovakia). You need to think through the consequences of your 
representation - appending listw objects is not the right question.

Hope this clarifies,

Roger