Skip to content
Prev 269673 / 398502 Next

Application of results from smooth.spline outside R

Hi,

I want to use the result from smooth.spline outside R.

I take my data ,which is 180 point stored in x and y

s <- smooth(x,y)

I can know use to e.g. find the interpolated value at e.g. x=500

predict (s,500)

My problem is, that i don't know how to implement the predict function. I
have looked at literature, but i cannot connect the output of the
smooth.spline() to an actual spline model..

Has anyone tried it?

Br

Jesper

--
View this message in context: http://r.789695.n4.nabble.com/Application-of-results-from-smooth-spline-outside-R-tp3767610p3767610.html
Sent from the R help mailing list archive at Nabble.com.