I'm having a few issues with my r scripting. I have 2 issues:
- I'm able to read my data as a read.csv file, but it does not recognize the dates, it recognizes them as numeric.
When I ask for the frequency it says that the frequency is one when it is 365.
D.H.ASTRA <- ts(read.csv("highastra.csv"),start=c(1993,5, frequency=365))