search for: location_nbq

Displaying 1 result from an estimated 1 matches for "location_nbq".

2013 Apr 16
1
Spatial Ananlysis: zero.policy=TRUE doesn't work for no neighbour regions??
...ng to create a Spatial Weights Matrix. *I us the following code to create the Neighbourslist:* >library(maptools) >library(spdep) >library(rgdal) >location_County<- readShapePoly("....") >proj4string(location_County)<- CRS("+proj=longlat ellps=WGS84") >location_nbq<- poly2nb(location_County) >summary(location_nbq) *And get this Output:* Neighbour list object: Number of regions: 3109 Number of nonzero links: 18246 Percentage nonzero weights: 0.1887671 Average number of links: 5.868768 4 regions with no links: 35 689 709 881 Link number distribution...