Re: [Rd] cbind speed.

2008-04-23 Thread Prof Brian Ripley
On Wed, 23 Apr 2008, Charles Danko wrote: > cbind/ rbind/ data.frame functions are very convenient for merging > vectors of different types into a single data frame, but take quite a > bit of time to execute on larger data sets. > > Is it possible to speed these up a bit? > > What functions do you

[Rd] cbind speed.

2008-04-23 Thread Charles Danko
cbind/ rbind/ data.frame functions are very convenient for merging vectors of different types into a single data frame, but take quite a bit of time to execute on larger data sets. Is it possible to speed these up a bit? What functions do you use instead? Thanks & regards, Charles _