Re: [R] continue a for() when occurs errors

2007-12-20 Thread Benilton Carvalho
your description is pretty vague, at least for me... it would be very helpful to have the "commented, minimal, self- contained, reproducible code"... but, anyways, you might want to take a look at the try() command. best b On Dec 20, 2007, at 3:24 AM, Milton Cezar Ribeiro wrote: Dear all,

Re: [R] continue a for() when occurs errors

2007-12-20 Thread Gabor Grothendieck
Its a FAQ: http://cran.r-project.org/doc/FAQ/R-FAQ.html#How-can-I-capture-or-ignore-errors-in-a-long-simulation_003f On Dec 20, 2007 3:24 AM, Milton Cezar Ribeiro <[EMAIL PROTECTED]> wrote: > Dear all, > > I am simulating some regressions in a for() looping and sometimes occours > some error and

Re: [R] continue a for() when occurs errors

2007-12-20 Thread Ted Harding
On 20-Dec-07 08:24:40, Milton Cezar Ribeiro wrote: > Dear all, > > I am simulating some regressions in a for() looping and sometimes > occours some error and the R stop my batch processing. I would like do > save the step where the error happned and continue my for() looping. > Is there a way to d

[R] continue a for() when occurs errors

2007-12-20 Thread Milton Cezar Ribeiro
Dear all, I am simulating some regressions in a for() looping and sometimes occours some error and the R stop my batch processing. I would like do save the step where the error happned and continue my for() looping. Is there a way to do that? Thanks In Advance. Miltinho para armazenamento!