<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Re: Converting nb list containing areas with no neighbours with nb2WB()</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi everyone,<BR>
<BR>
Thank you in advance for your advice. I am trying to convert a nb object containing a single area with no neighbours into a spatial weights list for input into WinBUGS using nb2WB().<BR>
<BR>
When I tried to run the CAR models in WinBUGS using the spatial weights list via R2WinBUGS, I encountered a WinBUGS trap. The error message was &quot;Index out of range&quot;.<BR>
<BR>
I checked the adjacency matrix of the spatial weights list output object, and a zero integer was placed at the position corresponding to the area with no neighbours.<BR>
<BR>
When I re-ran the analysis after I changed my neighbourhood structure such that all areas had neighbours, the WinBUGS simulation ran fine.<BR>
<BR>
Is there a way to format the spatial weights list object via nb2WB() in a way that allows WinBUGS to read cases with no neighbours?<BR>
<BR>
In WinBUGS, if we were to enter the adjacency matrix manually it will be:<BR>
<BR>
<BR>
#Here is where we tell BUGS how to set up the adjacency structure.&nbsp; For example, site 1 neighbors sites 19,9, and 5.<BR>
<BR>
adj = c(<BR>
19, 9, 5,<BR>
10, 7,<BR>
12,<BR>
28, 20, 18,<BR>
19, 12, 1,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #Site 6 has no neighbors<BR>
17, 16, 13, 10, 2,<BR>
and so on.<BR>
)<BR>
<BR>
<BR>
Here are my OS details:<BR>
R version 2.10.0 (2009-10-26)<BR>
i386-pc-mingw32<BR>
locale:<BR>
[1] LC_COLLATE=English_Singapore.1252&nbsp; LC_CTYPE=English_Singapore.1252&nbsp;&nbsp;&nbsp; LC_MONETARY=English_Singapore.1252<BR>
[4] LC_NUMERIC=C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LC_TIME=English_Singapore.1252&nbsp;&nbsp;&nbsp;<BR>
attached base packages:<BR>
[1] stats&nbsp;&nbsp;&nbsp;&nbsp; graphics&nbsp; grDevices utils&nbsp;&nbsp;&nbsp;&nbsp; datasets&nbsp; methods&nbsp;&nbsp; base&nbsp;&nbsp;&nbsp;&nbsp;<BR>
other attached packages:<BR>
&nbsp;[1] R2WinBUGS_2.1-16&nbsp;&nbsp; spdep_0.4-52&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nlme_3.1-96&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; coda_0.13-4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MASS_7.3-3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&nbsp;[6] Matrix_0.999375-32 lattice_0.17-26&nbsp;&nbsp;&nbsp; spam_0.15-5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; boot_1.2-41&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maptools_0.7-26&nbsp;&nbsp;<BR>
[11] foreign_0.8-38&nbsp;&nbsp;&nbsp;&nbsp; sp_0.9-47&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; deldir_0.0-10&nbsp;&nbsp;&nbsp;&nbsp;<BR>
loaded via a namespace (and not attached):<BR>
[1] grid_2.10.0&nbsp; tools_2.10.0<BR>
<BR>
Best,<BR>
Xingli Giam<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>