Closed AndreaSiri closed 6 years ago
Hi Andrea, you can choose the month to start reading your data. Just in the start put: start=c(2010,4). Hope that helps.
Sergio
Hey Sergio,
Thank you for the suggestion.
Best, Andrea
It worked here.. in your text the 4 and 2010 are twisted, not sure if it is only this.
Hi everybody
Do you know how to define a TS that does not start from January?
The code we used in class makes it start from January. ElectricPrice_ts <- ts(ElectricPriceData$ElectricRate,start=2004, frequency=12)
Thank you, Andrea