Re: [R] --mem-vsize in R

2011-05-02 Thread Uwe Ligges
On 29.04.2011 22:14, kparamas wrote: Hi, I am calculation pairwise correlation coefficient for a matrix of 234 X 3. I am getting the following error, Error in cbind(as.vector(row(cl)), as.vector(col(cl)), as.vector(cl)) : allocMatrix: too many elements specified The problem is that y

[R] --mem-vsize in R

2011-04-29 Thread kparamas
Hi, I am calculation pairwise correlation coefficient for a matrix of 234 X 3. I am getting the following error, Error in cbind(as.vector(row(cl)), as.vector(col(cl)), as.vector(cl)) : allocMatrix: too many elements specified In addition: There were 50 or more warnings (use warnings() to se