I have a dataset having multiple variables. My first column is date
(date is reported daily but it's missing for few days randomly) and rest are other variables. I want to convert this dataframe to time-series (ts) type. I tried ts()
function but it didn't work as ts()
is useful for regularly spaced time series.
Please suggest.