search for: tableagg

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

Did you mean: tablea
2011 Aug 02
2
Memory limit in Aggregate()
...t(paste("memory.size() ", memory.size())) print(paste("memory.size(TRUE) ", memory.size(TRUE))) print(paste("size listX ", object.size(listX))) print(paste("size listBy ", object.size(listBy))) print(paste("length ", object.size(nrow(listX)))) tableAgg <- aggregate(x = listX , by = listBy , FUN = "max") It returns : R version 2.9.0 Patched (2009-05-09 r48513) i386-pc-mingw32 locale: LC_COLLATE=French_France.1252;LC_CTYPE=French_France.1252;LC_MONETARY=French_France.1252;LC_NUMERIC=C;LC_TIME=French_France.1252 attached bas...