Hi, I tried to use the ts function to create a Time Series object with daily frequency but I couldn't. It's not possible or I'm not using the right parameters? Regards L?vio Cipriano
Who knows? You have not told us what you are actually doing. https://github.com/hadley/devtools/wiki/Reproducibility http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example John Kane Kingston ON Canada> -----Original Message----- > From: lcmail4lists at gmail.com > Sent: Tue, 30 Jul 2013 13:33:29 +0100 > To: r-help at r-project.org > Subject: [R] Time Series with daily frequency > > Hi, > > I tried to use the ts function to create a Time Series object with daily > frequency but I couldn't. It's not possible or I'm not using the right > parameters? > > Regards > > L?vio Cipriano > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
Hello, You should show us an example of what you're doing. Anyway, there's an agument frequency to ?ts. Maybe you could set it frequency = 365. Also, see packages zoo and xts for the creation of time series objects with real time stamps. Hope this helps, Rui Barradas Em 30-07-2013 13:33, L?vio Cipriano escreveu:> Hi, > > I tried to use the ts function to create a Time Series object with daily > frequency but I couldn't. It's not possible or I'm not using the right > parameters? > > Regards > > L?vio Cipriano > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >