R-Help Forum

 

I'm working with a time series data set whose times periods are days of the
year.  While it's pretty straight forward of how, for example, to start my
series on (say) January 2015,but  how do I write the code such that my time
series starts on (say) the 3rd of Jan 2015?

 

> Mytsdata <-  ts(variable, frequency=12, start=c(2015,1))  

 

Jeff


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to