Message-ID: <1314259389525-3767610.post@n4.nabble.com>
Date: 2011-08-25T08:03:09Z
From: Jesper
Subject: 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.