[R] Application of results from smooth.spline outside R
Jesper
donsmark at gmail.com
Thu Aug 25 10:03:09 CEST 2011
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.
More information about the R-help
mailing list