[R] Spare some CPU cycles for testing lme?
Peter Dalgaard
p.dalgaard at biostat.ku.dk
Tue Sep 14 08:18:34 CEST 2004
Tamas K Papp <tpapp at princeton.edu> 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
> > completion.
> >
> > library(lme4)
> > data(bdf)
> > dump<-sapply( 1:50000, function(i) {
> > fm <- lme(langPOST ~ IQ.ver.cen + avg.IQ.ver.cen, data = bdf,
> > random = ~ IQ.ver.cen | schoolNR);
> > cat(" ",i,"\r")
> > 0
> > })
>
> Hi,
>
> It ran smoothly on my installation.
>
> > version
> _
> platform powerpc-apple-darwin6.8
Ditto (SuSE 9.1)
platform x86_64-unknown-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status Under development (unstable)
major 2
minor 0.0
year 2004
month 09
day 13
language R
--
O__ ---- Peter Dalgaard Blegdamsvej 3
c/ /'_ --- Dept. of Biostatistics 2200 Cph. N
(*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
More information about the R-help
mailing list