Skip to content
Prev 254535 / 398498 Next

Infinite loop

Some systems (both hardware and software) may have "watchdog" timers;
I was just using it to illustrate a point as to one way of breaking
out.  In the case of this loop, it probably run too fast to try and
put a timer on it; counting the iterations is good enough.  There are
some ways of creating timers in R, but I have not used them.
On Tue, Mar 22, 2011 at 1:32 PM, Hosack, Michael <mhosack at state.pa.us> wrote: