Re: [R] Using very large matrix

2009-03-02 Thread Corrado
Thanks a lot! Unfortunately, the R package I have to sue for my research was only released on 32 bit R on 32 bit MS Windows and only closed source I normally use 64 bit R on 64 bit Linux :) I tried to use the bigmemory in cran with 32 bit windows, but I had some serious problems.

Re: [R] Using very large matrix

2009-03-02 Thread Steve_Friedman
r-help@r-project.org Subject 03/02/2009 10:46 Re: [R] Using very large matrix AM GMT

Re: [R] Using very large matrix

2009-03-02 Thread Jay Emerson
            03/02/2009 10:46          Re: [R] Using very large matrix             AM GMT Thanks a lot! Unfortunately, the R package I have to sue for my research was only released on 32 bit R on 32 bit MS Windows and only closed source  I normally use 64 bit R on 64 bit Linux

Re: [R] Using very large matrix

2009-02-26 Thread Jay Emerson
Corrado, Package bigmemory has undergone a major re-engineering and will be available soon (available now in Beta version upon request). The version currently on CRAN is probably of limited use unless you're in Linux. bigmemory may be useful to you for data management, at the very least, where

[R] Using very large matrix

2009-02-25 Thread Corrado
Dear friends, I have to use a very large matrix. Something of the sort of matrix(8,8,n) where n is something numeric of the sort 0.xx I have not found a way of doing it. I keep getting the error Error in matrix(nrow = 8, ncol = 8, 0.2) : too many elements specified

Re: [R] Using very large matrix

2009-02-25 Thread Philipp Pagel
I have to use a very large matrix. Something of the sort of matrix(8,8,n) where n is something numeric of the sort 0.xx I have not found a way of doing it. I keep getting the error Error in matrix(nrow = 8, ncol = 8, 0.2) : too many elements specified Any

Re: [R] Using very large matrix

2009-02-25 Thread Duncan Murdoch
Philipp Pagel wrote: I have to use a very large matrix. Something of the sort of matrix(8,8,n) where n is something numeric of the sort 0.xx I have not found a way of doing it. I keep getting the error Error in matrix(nrow = 8, ncol = 8, 0.2) : too many elements

Re: [R] Using very large matrix

2009-02-25 Thread Philipp Pagel
On Wed, Feb 25, 2009 at 06:37:53AM -0500, Duncan Murdoch wrote: Philipp Pagel wrote: A 8x8 matrix has 6.4 billion cells. If you assume 4 byte (32bit) for a double precision floating point number that's an impressive 25.6 Gb. Certainly does not fit into RAM on my machine. Doubles

Re: [R] Using very large matrix

2009-02-25 Thread Tony Breyal
looks like you've run out of memory mate, because that sure is a big matrix, you'd probably need 64 bit OS/CPU/R and loads of RAM. see thread: http://www.nabble.com/Error-in-matrix:--too-many-elements-specified-td20457910.html I know there are some packages on cran which help with large