Skip to content
Prev 24390 / 398502 Next

Newbie Time Series Questions

On Thu, 17 Oct 2002, Robert Schick wrote:

            
Is that starting in Oct 1961 or what?
I think you have a data frame or matrix.

If a matrix, try

klam.ts <- ts(as.vectior(t(klam.flow)), start=c(1961,10), frequency=12)

If a data frame, try as.matrix and then the above.
The issue is to start with a `ts' object.  The above may help, but your
descriptions are not really consistent.