<div dir="ltr">Hello Owen:<div><br></div><div>Thanks a bunch for the prompt response! Your suggestion worked great and I was able to compile the matrices into a BaSTA object. I'm able to run the basta function for the default values just fine, but am having trouble with multiple chains. </div><div><br></div><div>I'm using this code: </div><div>out1<-basta(object = VC2, studyStart = 2009, studyEnd = 2017,</div><div>            nsim = 4, parallel = TRUE, ncpus = 4)</div><div><br></div><div>And getting this error message: </div><div>Error in basta.default(object = VC2, studyStart = 2009, studyEnd = 2017,  : </div><div>  could not find function "requireNamespace"</div><div><br></div><div>I'm not sure what I need to do to avoid this error and run multiple chains/simulations. Any idea will be much appreciated. I can send on the data files if that would help. Many thanks!</div><div><br></div><div>Shafkat</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr">Shafkat Khan<div>Ph.D Candidate</div><div>Odum School of Ecology</div><div>University of Georgia</div><div><br></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Mar 21, 2016 at 5:18 PM, Owen Jones <span dir="ltr"><<a href="mailto:jones@biology.sdu.dk" target="_blank">jones@biology.sdu.dk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hi Shafkat,
<div><br>
</div>
<div>That looks like a bug. </div>
<div>I’ll investigate and get back to you ASAP.</div>
<div><br>
</div>
<div>In the meantime you could simply replace the ID with the rowname.</div>
<div>i.e.</div>
<div><br>
</div>
<div>x$ID <- rownames(x)</div>
<div><br>
</div>
<div><br>
</div>
<div>Best wishes,</div>
<div>Owen</div>
<div><br>
<div>
<blockquote type="cite"><div><div class="h5">
<div>On 21 Mar 2016, at 21:37, Shafkat Khan <<a href="mailto:shafkat.khan@gmail.com" target="_blank">shafkat.khan@gmail.com</a>> wrote:</div>
<br>
</div></div><div><div><div class="h5">
<div dir="ltr"><span style="font-size:12.8px">Hello:</span>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">I've been trying to use CensusToCaptHist function on a dataset. Upon converting the detection dataset that I have (with ID and Date (of detection) as column header, the resulting matrix attributes seemingly new IDs to
 the existing record. E.g.</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">
<div>     ID 2009 2010 2011 2012 2013 2014 2015 2016 2017</div>
<div>1     1    0    0    1    1    1    0    1    0    1</div>
<div>10    2    0    0    0    0    1    0    1    0    1</div>
<div>100   3    0    0    1    0    0    0    0    0    0</div>
<div>101   4    0    0    1    0    0    0    0    0    0</div>
<div>102   5    0    0    1    0    0    0    0    0    0</div>
<div>103   6    0    0    1    0    0    0    0    0    0</div>
<div>104   7    0    0    1    0    0    0    0    0    0</div>
<div>105   8    0    0    1    0    0    0    0    0    0</div>
<div><br>
</div>
<div>Here, the ID I had listed in the census file doesn't match up with the output matrix IDs. For example, the second record, the ID #10 from the input file gets relabelled as ID # 2 in the output, which doesn't match the birth/death file I have with
 the initial IDs. Subsequently, the Datacheck results in an error message, which basically says that a bunch of the IDs have measurements after death or before birth, which I imagine is from being mismatched with original IDs.  </div>
<div><br>
</div>
<div>Is there a bug in the program? Or am I missing something? I formatted the datasets pretty much after the BaSTA users guide/vignette. I'm using the version 1.9.4 that I downloaded from the website and I'm using Rstudio. I have checked my data several
 times so that birthdeath and the detection/census files agree on dates when a given individual is alive/detected. Any help is much appreciated!</div>
<div><br>
</div>
<div>Shafkat</div>
<div style="margin:2px 0px 0px">
<div><img src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div>
</div>
</div>
<div>
<div>
<div dir="ltr">
<div dir="ltr">
<div dir="ltr">Shafkat Khan
<div>Ph.D Candidate</div>
<div>Odum School of Ecology</div>
<div>University of Georgia</div>
<div><br>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div></div></div>
_______________________________________________<br>
Basta-users mailing list<br>
<a href="mailto:Basta-users@lists.r-forge.r-project.org" target="_blank">Basta-users@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/basta-users" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/basta-users</a><br>
</div>
</blockquote>
</div>
<br>
</div>
</div>

</blockquote></div><br></div></div>