Displaying 1 result from an estimated 1 matches for "frecasts".
Did you mean:
forecasts
2002 Dec 06
3
ts startdate
...ary set to: 6,16,46
etc and it always works. This, however, does not work when I try to
parameterise the start date of the result list
my.forecasts<-unlist(my.result.list)
my.forecast.results<-ts(my.forecasts,start=c(1980,my.length+6),frequency
=12)
The message I recive is:
Error in ts(my.frecasts, start = c(1980, my.length + 6), frequency = 12)
:
invalid start
It seems that it works only for month integer up to 12. Does someone
know how to overcome this problem?
Many thanks in advance.
I am using R 1.5.1 on Windows 2000
---
Gregor Gawron