Re: [R] Error in library (nls)

2011-06-28 Thread Ben Bolker
matotope gmail.com> writes: > I installed the 2.8.0 version and it seems to be working fine now. Hard to see from a brief glance at the code why it would not work in 2.13.0 as well, but glad you got the problem solved. If you will need to maintain and extend this code in the future it may be

Re: [R] Error in library (nls)

2011-06-28 Thread matotope
Hi, I installed the 2.8.0 version and it seems to be working fine now. Thanks for the help guys! matotope -- View this message in context: http://r.789695.n4.nabble.com/Error-in-library-nls-tp3630143p3630552.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] Error in library (nls)

2011-06-28 Thread matotope
Hi Ben, thanks for your advise. I put the comment in front of the line with nls. Now the message doesn't appear but the script won't produce the result files which I need (the result files are empty). When executing the script, R asks for number of iterations and after that it states "Read 20 item

Re: [R] Error in library (nls)

2011-06-28 Thread David Winsemius
On Jun 28, 2011, at 8:09 AM, matotope wrote: Hi everybody, I'm not very experienced with R software. I have used it several times for some of the population genetics analyses. I have problem with executing one of the script. The script is created by another software called Gimlet and it

Re: [R] Error in library (nls)

2011-06-28 Thread Ben Bolker
matotope gmail.com> writes: > > Hi everybody, > I'm not very experienced with R software. I have used it several times for > some of the population genetics analyses. I have problem with executing one > of the script. The script is created by another software called Gimlet and > it is aimed to c