[R] R memory question (fwd)

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Fri Sep 6 19:22:10 CEST 2002


Sounds like the design matrix is 21632*12 by over 2*21632. That's 10
billion numbers.  You can't do that in 4Gb of memory, and doubt you
actually have 4GM bytes.

If this really makes statistical sense you will have to exploit the
special structure that makes it sensible.

On Thu, 5 Sep 2002, Jing Wu wrote:

> Dear all,
>
> I am trying to use rlm in MASS to do an analysis on a 21632*12 matrix.
> There are 4  factors A,D,V,G; A of level 6, D of level 2, V of level 2, G
> of level 21632, and 21632*12 observations Y. The data format is
> A D V G Y
> 1 1 1 1 0.1
> 1 1 1 2 0.2
> ...
>
> The command I use is rlm(Y~A+D+V*G,data=data.dat)
>  I got the same error message:
> Error in rep(data, t1) : cannot allocate vector of length 467748756
>
> I am using a unix machine of 4GM memory. I would like to know if R is
> using all the available memory and/or how much memory R would use to
> handle is data set.
>
>
> Jing
>
>
>
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list