Re: [R] set off error messages

2006-09-26 Thread David Barron
Try ?try On 26/09/06, Mollet, Fabian <[EMAIL PROTECTED]> wrote: > Hello there! > > I'm creacting a loop for(i in 1:n){...}within which I build a nls model at > each iteration. for some of the values of i, the algoritm in the nls function > doesn't converge or cannot find a solution and consequen

Re: [R] set off error messages

2006-09-26 Thread Thomas Lumley
On Tue, 26 Sep 2006, Mollet, Fabian wrote: > Hello there! > > I'm creacting a loop for(i in 1:n){...}within which I build a nls model > at each iteration. for some of the values of i, the algoritm in the nls > function doesn't converge or cannot find a solution and consequently an > error messa

[R] set off error messages

2006-09-26 Thread Mollet, Fabian
Hello there! I'm creacting a loop for(i in 1:n){...}within which I build a nls model at each iteration. for some of the values of i, the algoritm in the nls function doesn't converge or cannot find a solution and consequently an error message is produced, and so my loop is interupted. The erro