Re: [R] too large dimension problem

2009-12-13 Thread David Winsemius
On Dec 12, 2009, at 11:35 PM, David Winsemius wrote: On Dec 12, 2009, at 8:31 PM, Moohwan Kim wrote: Dear R family When I run the command below, the error message came up. It seems like the problem is about computer capacity. It would be appreciated if anyone could give me a solution.

Re: [R] too large dimension problem

2009-12-12 Thread David Winsemius
On Dec 12, 2009, at 8:31 PM, Moohwan Kim wrote: Dear R family When I run the command below, the error message came up. It seems like the problem is about computer capacity. It would be appreciated if anyone could give me a solution. You would want to just store such an object but also to man

[R] too large dimension problem

2009-12-12 Thread Moohwan Kim
Dear R family When I run the command below, the error message came up. It seems like the problem is about computer capacity. It would be appreciated if anyone could give me a solution. ### > N <- 415884 > tau <- diag(1, N)[c(N, 1:(N - 1)),] Error in array(0, c(n, p)) : 'dim' specifies too