thank you vey much Jean. On 12/21/11, Jean V Adams [via R] <ml-node+s789695n4221894...@n4.nabble.com> wrote: > > > ali_protocol wrote on 12/21/2011 05:39:19 AM: > >> Hi everyone, >> I have: >> >> s= smooth.spline (cbind(1,2,3,4,3,3),cbind (4,2,4,6,5,6)) >> >> how may I obtain s hat (s^)? >> >> Thanks a lot. > > > Read the help file on the smooth.spline() function, > > ?smooth.spline > > The section titled "Value" tells you what the function returns ... > > An object of class "smooth.spline" with components > x the distinct x values in increasing order, see the ?Details? > above. > y the fitted values corresponding to x. > ... > > The y component is what you're interested in, > > s$y > > > Jean > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > > _______________________________________________ > If you reply to this email, your message will be added to the discussion > below: > http://r.789695.n4.nabble.com/Estimate-of-smooth-spline-tp4221253p4221894.html > > To unsubscribe from Estimate of smooth.spline, visit > http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4221253&code=bW9oYW1tYWRpYW5hbGltb2hhbW1hZGlhbkBnbWFpbC5jb218NDIyMTI1M3wtMTkwNDgxNTk3NQ==
-- View this message in context: http://r.789695.n4.nabble.com/Estimate-of-smooth-spline-tp4221253p4230616.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.