Hi Beni,<div><br></div><div>Could you provide more details about exactly how R crashes such as error message, screen description, etc?  Do you see any ADMB output?  Is your RAM filling up?  Also, what version of R and Windows are you using?<div>

<br></div><div>I have been doing this same thing in Linux (Ubuntu 9.10) for a while without problems, so I'm wondering if this is Windows-related.</div><div><br></div><div>On a side note, I didn't even know that windows knew of the "." syntax -- seems unixy.</div>

<div><br></div><div>Best,</div><div>Ian</div><div><br></div><div>-- <br>Ian Fiske<br>PhD Candidate<br>Department of Statistics<br>North Carolina State University<br><a href="mailto:ianfiske@gmail.com">ianfiske@gmail.com</a><br>

813.944.8108<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
##########################<br>
#setting the working directory<br>
setwd("Documents and Settings\\Beni User\\Desktop\\Transfer\\Model<br>
Fournier\\admb models\\simulated data\\stochastic\\pooled age classes")<br>
<br>
#building the model -> this works fine<br>
system('makeadm stocpool')<br>
<br>
#running the model -> makes R crash<br>
system('stoc.exe')<br>
###########################<br>
#or directly like this:<br>
setwd("Documents and Settings\\Beni User\\Desktop\\Transfer\\Model<br>
Fournier\\admb models\\simulated data\\stochastic\\pooled age classes")<br>
system("./stocpool") -> makes R crash right away<br></blockquote></div><br>
</div></div>