Re: [R] time series interpolation - zoo? approx? spline? what to use?

2012-02-16 Thread Hasan Diwan
Sir, On 16 February 2012 16:55, Henry wrote: > Please see my question from a few minutes ago - I wanted to improve the > title. xts über alles -- H -- Sent from my mobile device Envoyait de mon portable __ R-help@r-project.org mailing list https://sta

[R] time series interpolation - zoo? approx? spline? what to use?

2012-02-16 Thread Henry
Please see my question from a few minutes ago - I wanted to improve the title. -- View this message in context: http://r.789695.n4.nabble.com/time-series-interpolation-zoo-approx-spline-what-to-use-tp4395975p4395975.html Sent from the R help mailing list archive at Nabble.com. __

[R] time series interpolation

2011-06-29 Thread tomtomme
Hi there, I´ve got a datatable in R which I try to interpolate with this and get the Error below: > new$temp<- approx(w03_11temp$temp, n = (nrow(w03_11temp)*5))$y Error in new$temp <- approx(w03_11temp$temp, n = (nrow(w03_11temp) * 5))$y : Object of type 'closure' not registered Any idea?? T