search for: maxpoutliers

Displaying 1 result from an estimated 1 matches for "maxpoutliers".

2010 Oct 02
1
Memory allocation in 64 bit R
...> memory.limit() [1] 8122 > .Machine$sizeof.pointer [1] 8 And this is what I am trying to do when I get this error message > ls() [1] "datExpr" > print(object.size(datExpr), units = "auto") 23.5 Mb > ADJ1=((1+bicor(datExpr, use="pairwise.complete.obs", maxPOutliers=0.05, quick=0, pearsonFallback="individual"))/2)^8 If I understand the archives correctly my problem is with memory allocation of a large vector to the address space. Is there any way to get around this without having to use a Linux system? Has anyone been able to solve this problem? I...