search for: w03_11temp

Displaying 2 results from an estimated 2 matches for "w03_11temp".

2011 Jun 29
3
time series interpolation
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?? Thanks a lot. -- View this message in context: http://r.789695.n4.nabble.com/time-series-interpolation-tp3633193p3633193...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...; To: r-help at r-project.org Subject: [R] time series interpolation Message-ID: <1309361252263-3633193.post at n4.nabble.com> Content-Type: text/plain; charset=UTF-8 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?? Thanks a lot. -- View this message in context: http://r.789695.n4.nabble.com/time-series-interpolation-tp3633193p3633193...