Bogaso wrote:
OK. I understood this. But the problem is I have to execute that for atleast
130. Is there any possibility to break that calculation into some
sub-section so that individual section can carry out the calculation
efficiently?
Thanks,
Why do you 'have' to do this? What are you act
OK. I understood this. But the problem is I have to execute that for atleast
130. Is there any possibility to break that calculation into some
sub-section so that individual section can carry out the calculation
efficiently?
Thanks,
--
View this message in context:
http://n4.nabble.com/Problem-
Hi:
2^40
[1] 1.099512e+12
Do you have enough memory for almost 1.1 trillion rows and 40 columns?
This is a good example of the 'power law' that Stephen Strogatz discussed in
his New York Times article today:
http://opinionator.blogs.nytimes.com/2010/03/28/power-tools/?hp
HTH,
Dennis
On Mon, Mar
Hi, good morning,
I got following error which looks strange to me while executing this code :
> temp <- expand.grid(rep(list(c(1,0)),40))
Error in rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
invalid 'times' value
In addition: Warning message:
In rep.int(rep.int(seq_len(nx), re
4 matches
Mail list logo