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
> -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
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
Hi R-help,
I am interested in comparing two vectors of data
observations to see if they come from the same distrubution (and have
settled on the Kolmogorov-Smirnov test to do this)..
I'd prefer to use all my data points, but computationally speaking,
this is proving to be troublesome due to th
4 matches
Mail list logo