[R] expand.grid problem

2005-10-13 Thread Muhammad Subianto
Hi all, I want to make all possible combination from dataset below: V1 - c(0,1,2) V2 - c(0,1) V3 - c(0,1) V4 - c(0,1) V5 - c(0,1) V6 - c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) V7 - c(0,1,2,3,4,5,6) V8 - c(0,1) V9 - c(0,1) V10 - c(0,1) V11 -

Re: [R] expand.grid problem

2005-10-13 Thread Martyn Plummer
On Thu, 2005-10-13 at 12:19 +0200, Muhammad Subianto wrote: Hi all, I want to make all possible combination from dataset below: V1 - c(0,1,2) V2 - c(0,1) V3 - c(0,1) V4 - c(0,1) V5 - c(0,1) V6 - c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) V7 -

Re: [R] expand.grid problem

2005-10-13 Thread Muhammad Subianto
Dear all, Martyn Plummer and Jim Holtman (offlist) thanks you for quick respons. Now I understand. I need more machine and memory. Thanks a lot. Muhammad Subianto --- 20 columns and 54 billion rows? O:-) On this day 13/10/2005 01:45 PM, Martyn Plummer wrote: It's all about memory. In your