[R] Floating simulation error

2009-04-23 Thread Brendan Morse
Hi all, I am running a simulation and a curious error keeps coming up that stops the whole process. The error is a subscript out of bounds error, and it seems to happen at different points (floating around) throughout the looping simulation. Say, for example, it crashes on sample 1 -

Re: [R] Floating simulation error

2009-04-23 Thread Bert Gunter
-boun...@r-project.org] On Behalf Of Brendan Morse Sent: Thursday, April 23, 2009 9:12 AM To: r-help@r-project.org Subject: [R] Floating simulation error Hi all, I am running a simulation and a curious error keeps coming up that stops the whole process. The error is a subscript out of bounds

Re: [R] Floating simulation error

2009-04-23 Thread David M Smith
Cosmic rays, perhaps? :) http://blog.revolution-computing.com/2009/04/blame-it-on-cosmic-rays.html Seriously though, my guess is that the simulation data from your 201st iteration is tickling some subtle bug in your code. This has happened to me before where I generate a random matrix that

Re: [R] Floating simulation error

2009-04-23 Thread Nordlund, Dan (DSHS/RDA)
-Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Brendan Morse Sent: Thursday, April 23, 2009 9:12 AM To: r-help@r-project.org Subject: [R] Floating simulation error Hi all, I am running a simulation and a curious error