Re: [R] Append two lists

2012-11-02 Thread Ivan Calandra
?do.call -- Ivan CALANDRA Université de Bourgogne UMR CNRS/uB 6282 Biogéosciences 6 Boulevard Gabriel 21000 Dijon, FRANCE +33(0)3.80.39.63.06 ivan.calan...@u-bourgogne.fr http://biogeosciences.u-bourgogne.fr/calandra Le 02/11/12 13:24, PavloEs a écrit : I have 50 GLM objects from which I have c

Re: [R] Append two lists

2012-11-02 Thread PIKAL Petr
Hi > -Original Message- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of PavloEs > Sent: Friday, November 02, 2012 1:24 PM > To: r-help@r-project.org > Subject: [R] Append two lists > > I have 50 GLM objects from which I h

[R] Append two lists

2012-11-02 Thread PavloEs
I have 50 GLM objects from which I have created 50 lists and I wish to append them to each other. I have tried the command "rbind(mlist$cHA,mlist$cHB)" which was succeful to append the first 2, but how can I merge the entire list without listing them all? Thanks in advance -- View this message