I used spmat to create a spatial weighting matrix. I exported it in neighbor list form. The first row is the number of spatial units, then there is a row for each spatial unit and its list of neighbors. I want to combine some spatial units by altering the neighbor list. Ex: a city in Virginia that resides inside a county. The shape file has these as separate units. In the example below, unit 3 is the city, unit 5 is the surrounding county. The shape file has a total of 133 spatial units.
133
1 5 14 73
2 11 78 80 81
3 5
4 12 133
5 3 79 124
To fold 3 into 5, I eliminate the row 3 and then alter the list of neighbors for 5 as below, but my question involves the first row: should I change the 133 to 132?
133 (or 132?)
1 5 14 73
2 11 78 80 81
4 12 133
5 79 124
How is the first row of the weighting matrix, in this compact form, used by Stata when constructing spatially weighted variables, etc.? I need to combine a few other cities and counties. Thank you Jo
Related Posts with Editing a spatial weighting matrix in neighbor list form
Merging Two Datasets on a Common Variable Throwing ErrorMy data is panel data and I am trying to merge these two data sets on common variable "Ticker" and I…
Identifying Missing Data for All Years in Panel DataMy data is panel data and I am trying to list/identify Tickers that has missing values for ChangeSal…
How can I learn to write Ado fileHello Sir, I want to write ado files to modify "tab" command so that I can get the desired output p…
Syntax for calculating period prevalence (disease epidemiology)I am working with a large longitudinal data set consisting of anonymous individuals with diabetes be…
Create indicator variable if identifier belong to a listDear all, I have two dataset, namely "A "and "B". In "A" dataset I have identified a list of ident…
Subscribe to:
Post Comments (Atom)
0 Response to Editing a spatial weighting matrix in neighbor list form
Post a Comment