Re: [Rd] Debug with set.seed()

2007-06-02 Thread Patrick Burns
I think you will find that 'set.seed' does give you the same random state each time. That you don't get the same result each time implies a bug in your code. Looking for uninitialized variables would probably be a good start. Using valgrind under Linux would most likely find the error quickly.

[Rd] [R] setClass with a slot of RODBC

2007-06-02 Thread adschai
---BeginMessage--- Hi, A couple of thoughts: (1) The channel RODBC is an S3 object, thus there's no proper S4 class associated with it. From ?setOldClass: Description: Register an old-style (a.k.a. `S3') class as a formally defined class. The 'Classes' argument is the character