[R] memory limit on linux

2006-03-24 Thread Nachiketa Sahoo
Hi, is there a memory limit for R on linux? and is there a way to increase it? I know there is memory.limit() function for R on windows, but, I don't know what is there for linux. Thanks, N __ R-help@stat.math.ethz.ch mailing list

[R] will vectorization help in this case?

2006-01-22 Thread Nachiketa Sahoo
Hi all, I am doing a array marginalization over one dimension in the following manner: === for(l in 1:L) { flst=list(Pzu, Pzi, array(Puzu[,as.character(r[[l,u]])], dim=dim(Puzu)[1], dimnames=dimnames(Puzu)[1]),

[R] Fwd: will vectorization help in this case?

2006-01-22 Thread Nachiketa Sahoo
Hi all, The previous post had some html formatting and did not go through. So, here it is again in plain text. I am doing a array marginalization over one dimension in the following manner: === for(l in 1:L) { flst=list(Pzu, Pzi,

[R] product of multidimensional tables

2006-01-09 Thread Nachiketa Sahoo
Hi, I am trying to carry out the product between two multi dimensional tables, e.g. A with dim = c(2,2,3,4) and B with dim = c(2,3,4). So, I want to outer multiply each 3x4 table in A[i,j,,] with B[k,,] to get a table C of dim = c(2,2,3,4,3,4). This arises in scenario of conditional probability