SyntaxFix
Write A Post
Hire A Developer
Questions
With library fpp, you can easily create time series with date format: time_ser=ts(data,frequency=4,start=c(1954,2))
fpp
time_ser=ts(data,frequency=4,start=c(1954,2))
here we start at the 2nd quarter of 1954 with quarter fequency.