Re: [R] how can i make my program faster

2005-02-14 Thread Adaikalavan Ramasamy
On Sun, 2005-02-13 at 20:53 -0800, Cuichang Zhao wrote: Hello, right now, i have a program to collect data into a table. right now, my table is table1 - data.frame(trial = NA, x = NA, y = NA) One often uses the term 'table' as in tabulate or cross-tabulate discrete values. for each time

[R] how can i make my program faster

2005-02-13 Thread Cuichang Zhao
Hello, right now, i have a program to collect data into a table. right now, my table is table1 - data.frame(trial = NA, x = NA, y = NA) for each time when i want to add data into my data, i have to copy data of table into an array for each column, and then i add new data into my array, then i