powered by
Spline fill missing observations, designed for filling low frequency trend estimates
spline_fill_trend(x)
data with missing observations
data with interpolated missing observations
# NOT RUN { spline_fill_trend(c(1,2,3,NA,5)) ## 1 2 3 4 5 # }
Run the code above in your browser using DataLab