When part of a time series is extracted, the time series component is lost. e.g.,
x <- ts(1:10)
x[1:4]


It would be nice if there was a subsetting function [.ts to avoid this problem. However, it is beyond my R-coding ability to produce such a thing. Is someone willing to do it?

Rob

__________________________________________________
Professor Rob J Hyndman
Department of Econometrics & Business Statistics
Monash University, VIC 3800, Australia.
http://www-personal.buseco.monash.edu.au/~hyndman/

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to