> look at zoo and ts, and it all depends on what you want to do. I researched a bit.
I am looking at the application of different prediction methods (predict.lm etc.) for time series. I have two series of data. One contains measurements of 30 years. The other just 5 years. Both overlap at the beginning/end by 3 years. I am seeking to build a combined series of both. Are there any examples for such a procedure? Thanks and kind regards, Timmie Example table: year A B 1960 2 1961 3 1962 4 1963 54 1964 3 1965 324 1966 546 1967 455 1968 456 1969 456 67 1970 8987 34 1971 78 34 1972 65 3 1973 123 1974 7688 1975 324 ______________________________________________ R-help@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.