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
> > 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
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to