Re: [R] ks.test; memory problems

2010-03-09 Thread jim holtman
You will probably need a 64-bit version of R, but you are running on Windows and I think there is only a beta version available there. I ran this on my 32-bit Window version to generate 1M indices into your sample space; your could use this to get the data off a database or there is a package for

Re: [R] ks.test; memory problems

2010-03-09 Thread William Dunlap
> -Original Message- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of Jonathan > Sent: Tuesday, March 09, 2010 1:28 PM > To: r-help > Subject: Re: [R] ks.test; memory problems > > Furthermore, I am not even able to take a s

Re: [R] ks.test; memory problems

2010-03-09 Thread Jonathan
Furthermore, I am not even able to take a sample of my large vector (which does exist somehow and is in memory): > sampleOfBigVector <- c(range(myBigVector),sample(myBigVector, 1000)) Error: cannot allocate vector of size 718.0 Mb I guess I don't know what else I can do now, except find some clu