Re: [R] Spare some CPU cycles for testing lme?

2004-09-14 Thread Peter Dalgaard
Tamas K Papp [EMAIL PROTECTED] writes: On Mon, Sep 13, 2004 at 08:40:15AM -0400, Frank Samuelson wrote: If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before

Re: [R] Spare some CPU cycles for testing lme?

2004-09-14 Thread Thomas Schönhoff
Hello, Frank Samuelson schrieb: If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before completion. library(lme4) data(bdf) dump-sapply( 1:5, function(i) { fm -

Re: [R] Spare some CPU cycles for testing lme?

2004-09-14 Thread Prof Brian D Ripley
As others have said, this needs tools not CPU cycles: gctorture or valgrind. Valgrind found (after a few seconds and on the first pass) ==23057== Invalid read of size 4 ==23057==at 0x3CF4E645: ssc_symbolic_permute (Mutils.c:373) ==23057==by 0x3CF5BF75: ssclme_create (ssclme.c:168)

Re: [R] Spare some CPU cycles for testing lme?

2004-09-14 Thread Douglas Bates
Prof Brian D Ripley wrote: As others have said, this needs tools not CPU cycles: gctorture or valgrind. Valgrind found (after a few seconds and on the first pass) ==23057== Invalid read of size 4 ==23057==at 0x3CF4E645: ssc_symbolic_permute (Mutils.c:373) ==23057==by 0x3CF5BF75:

Re: [R] Spare some CPU cycles for testing lme?

2004-09-14 Thread John Christie
On Sep 13, 2004, at 8:47 PM, Tamas K Papp wrote: It ran smoothly on my installation. version _ platform powerpc-apple-darwin6.8 arch powerpc os darwin6.8 system powerpc, darwin6.8 status major1 minor9.1 year 2004 month06 day 21 language R Typical lines

Re: [R] Spare some CPU cycles for testing lme?

2004-09-13 Thread Marc Schwartz
On Mon, 2004-09-13 at 07:40, Frank Samuelson wrote: If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before completion. library(lme4) data(bdf) dump-sapply(

Re: [R] Spare some CPU cycles for testing lme?

2004-09-13 Thread Douglas Bates
Marc Schwartz wrote: On Mon, 2004-09-13 at 07:40, Frank Samuelson wrote: If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before completion. library(lme4) data(bdf)

Re: [R] Spare some CPU cycles for testing lme?

2004-09-13 Thread Tamas K Papp
On Mon, Sep 13, 2004 at 08:40:15AM -0400, Frank Samuelson wrote: If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before completion. library(lme4) data(bdf)