Re: [R] ts instead of xts object

2014-03-16 Thread Bill
Joshua, Thanks. I am going to check. On Mon, Mar 17, 2014 at 11:10 AM, Joshua Ulrich wrote: > On Sun, Mar 16, 2014 at 6:27 AM, Bill wrote: > > Hello Pascal, > > Yes that is what I was worried about. The date-stamps are there and I > would > > like to use that information but I think using as.ts

Re: [R] ts instead of xts object

2014-03-16 Thread Joshua Ulrich
On Sun, Mar 16, 2014 at 6:27 AM, Bill wrote: > Hello Pascal, > Yes that is what I was worried about. The date-stamps are there and I would > like to use that information but I think using as.ts will not do this. > Does anyone know how this is done? It cannot be done. The ts class is used to "repr

Re: [R] ts instead of xts object

2014-03-16 Thread Bill
Hello Pascal, Yes that is what I was worried about. The date-stamps are there and I would like to use that information but I think using as.ts will not do this. Does anyone know how this is done? Thank you. On Wed, Mar 12, 2014 at 1:02 AM, Pascal Oettli wrote: > Hello, > > On Tue, Mar 11, 2014

Re: [R] ts instead of xts object

2014-03-11 Thread Pascal Oettli
Hello, On Tue, Mar 11, 2014 at 8:45 PM, Joshua Ulrich wrote: > On Tue, Mar 11, 2014 at 12:14 AM, Bill wrote: >> >> Hello. I have a dataframe that has a date column. The intervals between >> dates vary. I want to convert this to a ts object. I was able to convert it >> to an xts object but the pa

Re: [R] ts instead of xts object

2014-03-11 Thread Joshua Ulrich
On Tue, Mar 11, 2014 at 12:14 AM, Bill wrote: > > Hello. I have a dataframe that has a date column. The intervals between > dates vary. I want to convert this to a ts object. I was able to convert it > to an xts object but the package I want to analyse this data with (called > 'changepoint') does

[R] ts instead of xts object

2014-03-10 Thread Bill
Hello. I have a dataframe that has a date column. The intervals between dates vary. I want to convert this to a ts object. I was able to convert it to an xts object but the package I want to analyse this data with (called 'changepoint') does not seem to want to deal with xts. In the example they gi