Re: [R] invalid arguments RUNIF

2008-06-17 Thread Peter Dalgaard
Erik Iverson wrote: > Just a general comment, I have not looked at your code. You may want > to look at the Debugging R portion of the Introduction to R manual on > CRAN. There is also a graphical debugger from the 'debug' package on > CRAN. Either one of these will become immensely helpful in si

Re: [R] invalid arguments RUNIF

2008-06-17 Thread Erik Iverson
Just a general comment, I have not looked at your code. You may want to look at the Debugging R portion of the Introduction to R manual on CRAN. There is also a graphical debugger from the 'debug' package on CRAN. Either one of these will become immensely helpful in situations like this. Yas