search for: lmtest2

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

Did you mean: lmtest
2010 Jul 07
3
Large discrepancies in the same object being saved to .RData
...500 10.9 350000 9.4 Vcells 842169 6.5 1300721 10.0 1162577 8.9 > save(lmtest1, file = "lm1.RData") > system("ls -s lm1.RData") 4312 lm1.RData ## A moderate increase in Vcells; .RData object around 4.5 Mb ###### 2. add matrix calculation to loop > lmtest2 <- lmfunc(add = TRUE) > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 209316 5.6 407500 10.9 405340 10.9 Vcells 3584244 27.4 4175939 31.9 3900869 29.8 > save(lmtest2, file = "lm2.RData") > system("ls -s lm2.RData") 19324 lm2.RDat...