Re: [R] Understanding TS objects

2018-03-13 Thread Jeff Newmiller
Perhaps mydata is a matrix or matrix-like object, and you should create one ts object for each column? -- Sent from my phone. Please excuse my brevity. On March 13, 2018 7:25:31 AM PDT, JEFFERY REICHMAN wrote: >R Help Community > >I'm trying to understand time series (TS) objects. Thought I >

Re: [R] Understanding TS objects

2018-03-13 Thread Achim Zeileis
On Tue, 13 Mar 2018, JEFFERY REICHMAN wrote: R Help Community I'm trying to understand time series (TS) objects. Thought I understood but recently have run into a series of error messages that I'm not sure how to handle. I have 15 years of quarterly data and I typically create a TS object

[R] Understanding TS objects

2018-03-13 Thread JEFFERY REICHMAN
R Help Community I'm trying to understand time series (TS) objects. Thought I understood but recently have run into a series of error messages that I'm not sure how to handle. I have 15 years of quarterly data and I typically create a TS object via something like... data.ts <- ts(mydata, sta