search for: 3615863

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

2010 Jul 07
3
Large discrepancies in the same object being saved to .RData
....RData ## A enormous increase in Vcells; .RData object is now 19Mb+ ###### 3. delete all objects in function call stack > lmtest3 <- lmfunc(add = TRUE, gr = TRUE) > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 210766 5.7 467875 12.5 467875 12.5 Vcells 3615863 27.6 6933688 52.9 6898609 52.7 > save(lmtest3, file = "lm3.RData") > system("ls -s lm3.RData") 320 lm3.RData ## A minimal increase in Vcells; .RData object is now 320Kb > sapply(ls(pattern = "lmtest*"), function(x) object.size(get(x, envir = .Gl...