Re: [R] Converting list of data frame to data frame

2007-04-30 Thread Ajit Pawar
), data.frame(ee,ff,gg)) tatiana - names(lst) - c(A, C, E) maxy - do.call(rbind, c(lst$A, lst$C, lst$E)) ; maxy miny - do.call(cbind, c(lst$A, lst$C, lst$E)) ; miny What are the dimensions of your data frames? --- Ajit Pawar [EMAIL PROTECTED] wrote: Douglas/R-help, Thanks for your

Re: [R] Converting list of data frame to data frame

2007-04-29 Thread Ajit Pawar
On 4/29/07, Douglas Bates [EMAIL PROTECTED] wrote: On 4/28/07, Ajit Pawar [EMAIL PROTECTED] wrote: Greetings, This might be something very simple but a nice solution eludes me!! I have a function that I call within sapply that generates data frame in each call. Now when

[R] Converting list of data frame to data frame

2007-04-28 Thread Ajit Pawar
Greetings, This might be something very simple but a nice solution eludes me!! I have a function that I call within sapply that generates data frame in each call. Now when sapply returns me back the result - it's in the form of a list of data frames. so in order to extract the