I need to create a time series from a data frame. The problem is variables is not well-ordered. Data frame is like below
Cases Date 15 1/2009 30 3/2010 45 12/2013
I have 60 observations like that. As you can see, data was collected randomly, which is starting from 1/2008 and ending 12/2013 ( There are many missing values(cases) in bulk of the months between these years). My assumption will be there is no cases in that months. So, how can I convert this dataset as time series? Then, I will try to make some prediction for possible number of cases in future.