Maybe some knowledgable R-user can clear up a question I have. Is there any way, given two frames with identical attributes, to append them? If you simply "append" or "c" them, it just creates a list with two distinct frames as members. I want them to be merged. thanks, matthew kushner -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20001111/ad736b47/attachment.html
On Sat, 11 Nov 2000, Matthew Kushner wrote:> Maybe some knowledgable R-user can clear up a question I have. Is > there any way, given two frames with identical attributes, to append > them? If you simply "append" or "c" them, it just creates a list with > two distinct frames as members. I want them to be merged. >rbind() Thomas Lumley Assistant Professor, Biostatistics University of Washington, Seattle -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Sat, 11 Nov 2000, Matthew Kushner wrote:> Maybe some knowledgable R-user can clear up a question I have. Is there any way, given two frames with identical attributes, to append them? If you simply "append" or "c" them, it just creates a list with two distinct frames as members. I want them to be merged.rbind? -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._