popDataAdjMat {glmmBUGS} | R Documentation |
The popDataAdjMat Data set contains the adjacency matrix which calculated from the poly2nb function.
data(popDataAdjMat)
It is a adjacency matrix denoting the neighbours of Ontario census subdivisions. Created by:
library(diseasemapping); data(popdata); popDataAdjMat = poly2nb(ontario,row.names=as.character(ontario[["CDSUID"]]))
.
data(popDataAdjMat)