Hi, I am looking for a established R function or package which does the multivariate local linear regression. I mean the predictor x is multi-dimensional. locpoly() is the univariate version. I am wondering if there is a multivariate version besides the function loess(). Thank you in advance. Bo _________________________________________________________________ Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. N:WL:en-US:WM_HMP:042010_2 [[alternative HTML version deleted]]
David Winsemius
2010-May-06 15:55 UTC
[R] R function doing multivariate local linear regression
On May 6, 2010, at 11:44 AM, Bo Li wrote:> > Hi, > > I am looking for a established R function or package which does the > multivariate local linear regression. I mean the predictor x is > multi-dimensional. locpoly() is the univariate version. I am > wondering if there is a multivariate version besides the function > loess(). >Perhaps (Depending on the meaning you are assigning to that terminology): package=locfit Or: package=mgcv Or: package=segmented -- David Winsemius, MD West Hartford, CT