s-news
[Top] [All Lists]

Re: Error in doubling

To: paul hughes <u7n96@hotmail.com>
Subject: Re: Error in doubling
From: Jason Connor <jconnor@bio.ri.ccf.org>
Date: Wed, 28 Feb 2001 10:07:23 -0500 (EST)
Cc: s-news@lists.biostat.wustl.edu
In-reply-to: <F226S97Q98fzimZSAEf0001a392@hotmail.com>
Paul,

type 

options(object.size=Inf)

or some other large number in place of Inf.

I'm guessing your data set is pretty large.  

Jason


On Wed, 28 Feb 2001, paul hughes wrote:

> Hi all,
> 
> Once again I have a simple problem that I need help on. When I try to fit 
> the mixed effects model to a data set:
> 
> armd.fit1<-lme(fixed=y~ti+tims+trt,cluster=~ID,
> data=real.data,na.action = na.omit)
> 
> I get this error:
> 
> armd.fit1 <- lme(fixed = y ~ ti + tims + trt, cluster =  ~ ID, data =
>       real.data, na.action = na.omit)
> Error in double(q * q * M): Cannot allocate 29478400 bytes: 
> options("object.size") is 5000000: see options help file
> Dumped
> 
> What is it trying to tell me, does anyone know?  Thanks again for you 
> patience and understanding.
> 
> Love as always,
> 
> Paul H
> 
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
> 
> ---------------------------------------------------------------------
> This message was distributed by s-news@lists.biostat.wustl.edu.  To
> unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
> the BODY of the message:  unsubscribe s-news
> 
                                 



<Prev in Thread] Current Thread [Next in Thread>