Re: [R] basic cubic spline smoothing

2009-09-25 Thread hm567
hm567 wrote: > > I am unsure about spar being the smoothness parameter, about where to put > the standard errors of the points, and about the return of the > smooth.spline function: > Smoothing Parameter spar= 0.5 lambda= 0.006833112 > > best regards, > Basic

[R] basic cubic spline smoothing

2009-09-24 Thread hm567
Hello, I come from a non statistics background, but R is available to me, and I needed to test an implementation of smoothing spline that I have written in c++, so I would like to match the results with R (for my unit tests) I am following http://www.nabble.com/file/p25569553/SPLINES.PDF SPLINE