loess() is a 'local' fitting procedure, which means that it fits a different regression at each prediction point. (In principle, for there are computational short cuts: see ?loess.control.) Since each fit is only used for a single prediction, its coeffiicients are not of interest and not made available.
On Sun, 21 Oct 2007, Paul Hutson wrote: > > May I inquire about how to obtain the coefficients from a loess fit of > multiple covariates? I have tried terms and coef, but it does not provide > me with the coefficients to identify the terms of the entire regression > equation. > Many thanks > Paul > > -- > > Paul R. Hutson, Pharm.D. > > Associate Professor > > UW School of Pharmacy > > 777 Highland Avenue > > Madison WI 53705-2222 > > Tel 608.263.2496 > > Fax 608.265.5421 > > Pager 608.265.7000, p7856 > ______________________________________________ > 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. > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ 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.