On Mon, 29 Mar 2004, Edwin Leuven wrote: > > What does the 665 MB represent? Did you try doing a garbage > > collection after you had done the import? > > i didn't (sorry, R beginner) > > i followed your example and things look much better now, and > object.size(x) returns: > > 219,167,604 > > which is about double the size of the same object in stata
Stata tends to store data as float, integer, or even byte where appropriate for the precision. This is one source of space saving. A factor of 2 is not atypical. -thomas ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html