Re: [R] constructing a daily time series

2013-07-25 Thread R. Michael Weylandt
On Mon, Jul 22, 2013 at 11:17 PM, Pascal Oettli wrote: > Hello, > > ?zoo > > Regards, > Pascal > > > 2013/7/23 shanxiao > >> Dear all, >> >> >> >> I have a vector of observations through day, and based on it, I try to >> construct a daily time series with the R function ts(), but it seems that >>

Re: [R] constructing a daily time series

2013-07-22 Thread Pascal Oettli
Hello, ?zoo Regards, Pascal 2013/7/23 shanxiao > Dear all, > > > > I have a vector of observations through day, and based on it, I try to > construct a daily time series with the R function ts(), but it seems that > it > only enables to construct a weekly, monthly, quarterly and yearly time >

[R] constructing a daily time series

2013-07-22 Thread shanxiao
Dear all, I have a vector of observations through day, and based on it, I try to construct a daily time series with the R function ts(), but it seems that it only enables to construct a weekly, monthly, quarterly and yearly time series, does anyone know whether there is an option to build a da