THanks so much Gene, it worked mintewab ________________________________________ Från: [email protected] [[email protected]] för Gene Leynes [[email protected]] Skickat: den 7 december 2011 18:43 Till: Mintewab Bezabih Kopia: [email protected] Ämne: Re: [R] curve fitted ... how to retreive data
For the components: result = predict(b, type="terms") For the total fit: result = predict(b) result = b$fitted.values On Wed, Dec 7, 2011 at 3:24 AM, Mintewab Bezabih <[email protected]<mailto:[email protected]>> wrote: Dear R users, I have now managed to fit the curve using the thin plate spline as follows: library(mgcv) b <- gam(y~s(x1,x2,k=100),data =dat) vis.gam(b) What I want now is to get the fitted data for y and copy it so that I use it for further analysis. Many thanks in advance mintewab ______________________________________________ [email protected]<mailto:[email protected]> 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. ______________________________________________ [email protected] 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.

