stephen sefick
2008-Feb-26 19:44 UTC
[R] combining 40,000 with 40,000 data frame (different tact)
I have not been able to find anything to do what I want, so I am going to tact to the left. I have twp continuous time series for two years with the same fourteen variables. I would like to simply append the second year to the first. They both have the same column headings etc. Just like tapping two pieces of paper together for a long number series. Thanks Stephen -- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted the annoying little problems of being mammals. -K. Mullis
Paul Hiemstra
2008-Feb-26 21:35 UTC
[R] combining 40,000 with 40,000 data frame (different tact)
stephen sefick schreef:> I have not been able to find anything to do what I want, so I am going > to tact to the left. I have twp continuous time series for two years > with the same fourteen variables. I would like to simply append the > second year to the first. They both have the same column headings > etc. Just like tapping two pieces of paper together for a long number > series. > Thanks > > Stephen > >?rbind cheers, Paul -- Drs. Paul Hiemstra Department of Physical Geography Faculty of Geosciences University of Utrecht Heidelberglaan 2 P.O. Box 80.115 3508 TC Utrecht Phone: +31302535773 Fax: +31302531145 http://intamap.geo.uu.nl/~paul
jim holtman
2008-Feb-26 21:44 UTC
[R] combining 40,000 with 40,000 data frame (different tact)
?rbind On 2/26/08, stephen sefick <ssefick at gmail.com> wrote:> I have not been able to find anything to do what I want, so I am going > to tact to the left. I have twp continuous time series for two years > with the same fourteen variables. I would like to simply append the > second year to the first. They both have the same column headings > etc. Just like tapping two pieces of paper together for a long number > series. > Thanks > > Stephen > > -- > Let's not spend our time and resources thinking about things that are > so little or so large that all they really do for us is puff us up and > make us feel like gods. We are mammals, and have not exhausted the > annoying little problems of being mammals. > > -K. Mullis > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? Tell me what you want to do, not how you want to do it.