I have a question about interpolation. The case: I have a matrix of 11x2. The first column contains the dates from 2007 up until 2017. The second contains yearly data of the pretax ratio. I want to convert this yearly data into daily data points (n=2609) using the interpolation technique.
I tried using the approx code but I only get errors. Is there someone that has experience with interpolation in R?
Thanks in advance!