Hi R People:

I have a monthly time series x.ts which runs from 1/1995 through 12/2003.

x.ts <- ts(x,start=1995,freq=12)
str(x.ts)
Time-Series [1:108] from 1995 to 2004: -1.638 -0.236 0.830 -0.548 0.363 ...


My question: is there a way to print the observations from 1/1999 to 6/1999, please?
(other than x.ts[49:54])


Thank you in advance!
R version 1.9.0 for Windows
Sincerely,
Laura
mailto: [EMAIL PROTECTED]


a trip to NY

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to