Adjacency matrix for the I=88 Ohio counties in WinBUGS format num = vector giving number of adjacencies for each county adj = vector giving actual adjacencies, one row for each county sumNumNeigh = total number of adjacencies for all counties Example: First row of "adj" corresponds to County 1 (Adams). It is adjacent to 4 other counties: Counties 8, 36, 66, and 73. list(num = c(4,5,7,3,6,7,5,4,4,5,6,5,4,6,4,6,6,5,6,4,6,3,5,6,6,3,5,5,6,6,3,6,7,5,6,7,6,6,7,6,4,7,3,3,7,5,5,4,7,4,6,5,3,3,5,3,7,5,5,6,6,3,3,6,6,5,5,3,6,5,7,5,4,6,5,8,5,4,6,7,5,6,6,4,5,3,6,5), adj=c( 8,36,66,73, 6,32,33,69,81, 38,39,42,47,52,70,85, 28,43,78, 37,53,58,64,82,84, 2,19,33,46,54,75,81, 30,34,41,56,61, 1,13,14,36, 31,57,68,83, 15,34,41,76,79, 12,46,49,55,75,80, 11,29,49,55,57, 8,14,31,83, 8,13,24,29,36,83, 10,41,50,76, 30,38,42,45,60,79, 39,51,59,70,74,88, 28,43,47,52,77, 6,54,55,57,68,75, 35,63,69,86, 25,42,45,51,59,80, 39,47,72, 25,37,45,64,65, 14,29,36,49,65,71, 21,23,45,49,65,80, 35,48,86, 36,40,44,53,82, 4,18,43,67,78, 12,14,24,49,57,83, 7,16,34,60,61,79, 9,13,83, 2,33,69,74,87,88, 2,6,32,46,51,80,88, 7,10,30,41,79, 20,26,48,69,86,87, 1,8,14,24,27,66,71, 5,23,64,65,71,82, 3,16,42,76,79,85, 3,17,22,47,70,72,74, 27,44,66,71,73,82, 7,10,15,34, 3,16,21,38,45,59,70, 4,18,28, 27,40,73, 16,21,23,25,42,60,64, 6,11,33,75,80, 3,18,22,39,52, 26,35,62,87, 11,12,24,25,29,65,80, 15,67,76,78, 17,21,33,59,80,88, 3,18,47,77,85, 5,27,82, 6,19,81, 11,12,19,57,75, 7,61,84, 9,12,19,29,55,68,83, 5,60,61,64,84, 17,21,42,51,70, 16,30,45,58,61,64, 7,30,56,58,60,84, 48,72,87, 20,69,81, 5,23,37,45,58,60, 23,24,25,37,49,71, 1,36,40,71,73, 28,50,76,77,78, 9,19,57, 2,20,32,35,63,81, 3,17,39,42,59, 24,36,37,40,65,66,82, 22,39,62,74,87, 1,40,44,66, 17,32,39,72,87,88, 6,11,19,46,55, 10,15,38,50,67,77,79,85, 18,52,67,76,85, 4,28,50,67, 10,16,30,34,38,76, 11,21,25,33,46,49,51, 2,6,54,63,69, 5,27,37,40,53,71, 9,13,14,29,31,57, 5,56,58,61, 3,38,52,76,77, 20,26,35, 32,35,48,62,72,74, 17,32,33,51,74), sumNumNeigh=454)