[R] query pertains to the application of funtion stl

2006-03-13 Thread Amogh Deshpande
Hello, This query pertains to the application of funtion stl I am new to R and working on a daily time series data which shows periodicity every 12 months.I use the commands, C-read.csv(C:/Charlotte.csv) # import data D-as.Date(as.character(C[,1]),format=%m/%d/%Y)

Re: [R] query pertains to the application of funtion stl

2006-03-13 Thread Prof Brian Ripley
You have not set up a time series! See ?ts. You will in any case have a problem, as there are not a constant number of days in a year. On Mon, 13 Mar 2006, Amogh Deshpande wrote: Hello, This query pertains to the application of funtion stl I am new to R and working on a daily time series