[R] Q: loess-like function that allows more predictors?

2007-09-07 Thread D. R. Evans
I have a feeling that this may be a stupid question, but here goes anyway:
is there a function that I can use to replace loess but which allows a
larger number of predictors?

(I have a situation in which it would be very convenient to use 5
predictors, which violates the constraint in loess that the number of
predictors be in the range from 1 to 4.)

__
R-help@stat.math.ethz.ch 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.


Re: [R] Q: loess-like function that allows more predictors?

2007-09-07 Thread Liaw, Andy
locfit() in the locfit package can do that.

Andy 

From: D. R. Evans
 
 I have a feeling that this may be a stupid question, but here 
 goes anyway:
 is there a function that I can use to replace loess but which allows a
 larger number of predictors?
 
 (I have a situation in which it would be very convenient to use 5
 predictors, which violates the constraint in loess that the number of
 predictors be in the range from 1 to 4.)
 
 __
 R-help@stat.math.ethz.ch 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.
 
 
 


--
Notice:  This e-mail message, together with any attachments,...{{dropped}}

__
R-help@stat.math.ethz.ch 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.