[R] question on write.table

2005-12-15 Thread Weiwei Shi
Hi, I have a question on write.table: I have a data.frame called t7 as below: dim(t7) [1] 140151846 t7[1:5,] uci uce par line graphical.forms stems 1 0 0 00 active activ 2 0 0 00 policy polici 3 0 0 00 wc PC 4 0 0

Re: [R] question on write.table

2005-12-15 Thread Peter Dalgaard
Weiwei Shi [EMAIL PROTECTED] writes: Hi, I have a question on write.table: I have a data.frame called t7 as below: dim(t7) [1] 140151846 t7[1:5,] uci uce par line graphical.forms stems 1 0 0 00 active activ 2 0 0 00 policy polici 3

Re: [R] question on write.table

2005-12-15 Thread Prof Brian Ripley
Note that write.table is very much faster in current versions of R. So you could save the object, read it into 2.2.1 (beta) and write it out there. On Thu, 15 Dec 2005, Weiwei Shi wrote: Hi, I have a question on write.table: I have a data.frame called t7 as below: dim(t7) [1] 14015184