Re: [R] during fitting of successive datasets, stall crashes iterations

2006-10-10 Thread Gabor Grothendieck
See ?try or ?tryCatch. The basic idiom is given here: https://stat.ethz.ch/pipermail/r-help/2005-May/072035.html On 10/10/06, Warren <[EMAIL PROTECTED]> wrote: > Hi all, > I am trying to do fitting of large sets of timeseries data, and error > messages derail the process when I encounter a datase

[R] during fitting of successive datasets, stall crashes iterations

2006-10-10 Thread Warren
Hi all, I am trying to do fitting of large sets of timeseries data, and error messages derail the process when I encounter a dataset that doesn't fit. I'd like to ignore those "misfits" and try another equation or move to the next dataset. Any ideas? (piece of code below) Thanks,-